Skip to content

[Snyk] Upgrade react-bootstrap from 2.8.0 to 2.10.2 #599

[Snyk] Upgrade react-bootstrap from 2.8.0 to 2.10.2

[Snyk] Upgrade react-bootstrap from 2.8.0 to 2.10.2 #599

Workflow file for this run

name: "Test"
on:
pull_request:
branches: [ main, release, develop, inspect1, inspect2, inspect3 ]
jobs:
checkout-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Node
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- name: Install
run: npm ci
- name: Run test suite
run: npm run test
env:
CI: true