Skip to content

Commit

Permalink
feat(deps): Update NAN to v2.22 (#51)
Browse files Browse the repository at this point in the history
* feat(deps): Update NAN to v2.22

This is required for Node.js 22 support

* CI: Add Node.js 22 to CI
  • Loading branch information
orangejulius authored Nov 30, 2024
1 parent 8c83daf commit a7d2440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- 16.x
- 18.x
- 20.x
- 22.x
include:
- os: ubuntu-20.04
node-version: 8.x
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.0"
"nan": "^2.22.0"
},
"devDependencies": {
"mocha": "^7.1.1",
Expand Down

0 comments on commit a7d2440

Please sign in to comment.