Skip to content

chore(deps): bump fastify from 5.2.2 to 5.3.2 in the all-deps group (… #19

chore(deps): bump fastify from 5.2.2 to 5.3.2 in the all-deps group (…

chore(deps): bump fastify from 5.2.2 to 5.3.2 in the all-deps group (… #19

Workflow file for this run

name: "Fastify Starter: QA"
on:
push:
branches:
- main
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Setup Node 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test:unit