Skip to content

Switch to fastify 5 #15

Switch to fastify 5

Switch to fastify 5 #15

Workflow file for this run

name: ci
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install
run: |
npm install
- name: Run Tests
run: |
npm run test