Skip to content

Bump swagger-ui from 3.52.5 to 5.9.1 #88

Bump swagger-ui from 3.52.5 to 5.9.1

Bump swagger-ui from 3.52.5 to 5.9.1 #88

Workflow file for this run

name: Run Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm test