Skip to content

Commit

Permalink
feature: Add Support for Node22 #176 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed May 6, 2024
1 parent 5a3eb9f commit 375e745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [18.x, 20.x, 21.x]
node-version: [18.x, 20.x, 22.x]

steps:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": "^18 || ^20 || ^21"
"node": "^18 || ^20 || ^22"
},
"scripts": {
"clean": "rm -rf .nyc_output coverage dist",
Expand Down

0 comments on commit 375e745

Please sign in to comment.