Skip to content

Bump swagger-ui-react from 4.18.3 to 5.1.3 #562

Bump swagger-ui-react from 4.18.3 to 5.1.3

Bump swagger-ui-react from 4.18.3 to 5.1.3 #562

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci --force
- name: Run tests
run: npm test