Skip to content

Bump swagger-ui-react from 4.19.1 to 5.17.9 #49

Bump swagger-ui-react from 4.19.1 to 5.17.9

Bump swagger-ui-react from 4.19.1 to 5.17.9 #49

Workflow file for this run

name: Tests
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: 20
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test