Skip to content

Bump fastify from 4.15.0 to 4.19.1 #20

Bump fastify from 4.15.0 to 4.19.1

Bump fastify from 4.15.0 to 4.19.1 #20

Workflow file for this run

name: linting
on:
pull_request:
jobs:
lint:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install
- name: Run linting
run: npm run lint