Skip to content

Commit

Permalink
chore: update package to support node 22 (#23)
Browse files Browse the repository at this point in the history
* chore: update package to use node 22

* fix: remove unnecessary key from package.json
  • Loading branch information
olegStrapier authored Nov 19, 2024
1 parent 56c3f52 commit 4700b27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# A test failing on windows doesn't mean it'll fail on macos. It's useful to let all tests run to its completion to get the full picture
fail-fast: false
matrix:
node: [18, 20]
node: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@
"lint-staged": "^15.2.10"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 4700b27

Please sign in to comment.