Skip to content

fix: upgrade @fastify/jwt from 7.2.0 to 7.2.1 #11

fix: upgrade @fastify/jwt from 7.2.0 to 7.2.1

fix: upgrade @fastify/jwt from 7.2.0 to 7.2.1 #11

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:

Check failure on line 13 in .github/workflows/run-unit-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run-unit-test.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
node-version: 18
cache: 'npm'
- run: npm ci
-run: npm run test