Skip to content

Commit

Permalink
workflows: update and pin LTS versions (#8)
Browse files Browse the repository at this point in the history
* use library CI

* start with 18

* update ci
  • Loading branch information
gurgunday committed Apr 27, 2024
1 parent 8c5ae38 commit e5e2529
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@v4.1.0
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.0
with:
license-check: true
lint: true
node-versions: '["18", "20"]'

0 comments on commit e5e2529

Please sign in to comment.