Skip to content

fix(deps): update dependency @fastify/swagger-ui to v3 #1426

fix(deps): update dependency @fastify/swagger-ui to v3

fix(deps): update dependency @fastify/swagger-ui to v3 #1426

Workflow file for this run

name: Tests
on:
push:
branches:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 19.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: |
npm install -g pnpm
pnpm install
pnpm -r --filter='./packages/*' build
cd ./playground/integration-tests
pnpm run dev &
sleep 10
pnpm run test