We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89ad62 commit 151957fCopy full SHA for 151957f
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- node-version: [18.x, 20.x, 22.x]
+ node-version: [22.x]
17
os: [ubuntu-latest, macos-latest, windows-latest]
18
19
steps:
package.json
@@ -47,7 +47,7 @@
47
}
48
},
49
"engines": {
50
- "node": ">=18.0.0"
+ "node": ">=22.0.0"
51
52
"dependencies": {
53
"nan": "^2.20.0"
0 commit comments