Skip to content

Commit

Permalink
ci: updates to run with node 22 (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
big-kahuna-burger authored May 20, 2024
1 parent 07dd57d commit f17dd00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.1
with:
lint: true
license-check: true
node-versions: '["18", "20", "21", "22"]'

0 comments on commit f17dd00

Please sign in to comment.