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 3c20970 commit 9906ecaCopy full SHA for 9906eca
.github/workflows/test-module.yml
@@ -36,10 +36,9 @@ jobs:
36
- ubuntu-latest
37
- windows-latest
38
node-version:
39
- - 18.x
40
- 20.x
41
- 22.x
42
- - 23.x
+ - 24.x
43
44
runs-on: ${{ matrix.os }}
45
package.json
@@ -89,6 +89,6 @@
89
"allow-incomplete-coverage": true
90
},
91
"engines": {
92
- "node": "18.x || 20.x || 22.x || 23.x"
+ "node": "20.x || 22.x || 24.x"
93
}
94
0 commit comments