Skip to content

build(deps): bump fastify-plugin from 3.0.1 to 4.5.1 #4

build(deps): bump fastify-plugin from 3.0.1 to 4.5.1

build(deps): bump fastify-plugin from 3.0.1 to 4.5.1 #4

Workflow file for this run

on:
push:
branches:
- current
- next
- 'v*'
pull_request:
name: CI
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: v20.x
- name: Install dependencies
run: npm install
- name: Check linting
run: npm run lint