Skip to content

Commit

Permalink
[meta] allow node 18-18.11, fix 14.18 threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 31, 2024
1 parent 8b71507 commit b2ce981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '>= 19 || ^18.12 || ^16.13 || ^14.17'
range: '>= 19 || ^18 || ^16.13 || ^14.18'
type: minors
command: npm run tests-only

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"pacote": "^15.2.0"
},
"engines": {
"node": ">= 19 || ^18.12 || ^16.13 || ^14.17"
"node": ">= 19 || ^18 || ^16.13 || ^14.18"
},
"devDependencies": {
"@ljharb/eslint-config": "^21.1.1",
Expand Down

0 comments on commit b2ce981

Please sign in to comment.