Skip to content

Commit 151957f

Browse files
committed
update node dependecy to v22.x
1 parent d89ad62 commit 151957f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [18.x, 20.x, 22.x]
16+
node-version: [22.x]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818

1919
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848
},
4949
"engines": {
50-
"node": ">=18.0.0"
50+
"node": ">=22.0.0"
5151
},
5252
"dependencies": {
5353
"nan": "^2.20.0"

0 commit comments

Comments
 (0)