Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/fastify-5.0.0 #208

Merge branch 'main' into dependabot/npm_and_yarn/fastify-5.0.0

Merge branch 'main' into dependabot/npm_and_yarn/fastify-5.0.0 #208

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18.x, 20.x, 22.x]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run test:ci