Skip to content

Commit

Permalink
workflows: extend the test range (#32)
Browse files Browse the repository at this point in the history
* test for lts from 14 to 20

* test from 16

* update
  • Loading branch information
gurgunday authored and jsumners committed Jul 3, 2024
1 parent b981fe3 commit b8f2433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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: '["16", "18", "20"]'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@fastify/pre-commit": "^2.1.0",
"benchmark": "2.1.4",
"standard": "17.1.0",
"tap": "^18.7.0",
"tap": "^18.7.2",
"tsd": "^0.31.0"
},
"repository": {
Expand Down

0 comments on commit b8f2433

Please sign in to comment.