Skip to content

Commit

Permalink
chore: bump node versions in engine constraint
Browse files Browse the repository at this point in the history
Bumps the version to `>= 18` and replaces `21` with `22` in the CI
workflows.
  • Loading branch information
43081j committed May 20, 2024
1 parent eafeb45 commit f963c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [18, 20, 21]
version: [18, 20, 22]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Elan Shanker"
],
"engines": {
"node": ">= 14.10.0"
"node": ">= 18"
},
"type": "module",
"main": "lib/index.js",
Expand All @@ -18,8 +18,6 @@
"normalize-path": "3.0.0",
"readdirp": "github:paulmillr/readdirp"
},
"optionalDependencies": {
},
"devDependencies": {
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down

0 comments on commit f963c0b

Please sign in to comment.