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 ba56032 commit e2a6276Copy full SHA for e2a6276
.github/workflows/node.js.yml
@@ -16,7 +16,6 @@ jobs:
16
fail-fast: false
17
matrix:
18
node-version:
19
- - 18
20
- 20
21
- 22
22
- 24
package.json
@@ -28,7 +28,7 @@
28
"test": "npm run mocha:unit && npm run mocha:int"
29
},
30
"engines": {
31
- "node": ">=18.0.0"
+ "node": ">=20.0.0"
32
33
"author": {
34
"name": "Josh Shemas",
0 commit comments