Skip to content

chore(deps-dev): bump fastify from 4.26.2 to 4.27.0 #269

chore(deps-dev): bump fastify from 4.26.2 to 4.27.0

chore(deps-dev): bump fastify from 4.26.2 to 4.27.0 #269

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- '**'
- '!main'
jobs:
test:
env:
CI: true
NODE_ENV: test
runs-on: ubuntu-latest
strategy:
matrix:
node_version:
- 20
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
cache: 'npm'
- run: npm ci --ignore-scripts
- run: npm run lint
- run: npm test