Skip to content

[npm]: Bump @fastify/jwt from 7.1.0 to 7.2.0 #7

[npm]: Bump @fastify/jwt from 7.1.0 to 7.2.0

[npm]: Bump @fastify/jwt from 7.1.0 to 7.2.0 #7

Workflow file for this run

name: Run Unit Tests
on: [push]
jobs:
run-unit-tests:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run test