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 f9c1c69 commit ed4a07eCopy full SHA for ed4a07e
.github/workflows/node.js.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- node-version: [20.x, 22.x]
+ node-version: [20, 22, 24]
18
steps:
19
- name: Checkout
20
if: ${{ github.event_name != 'pull_request_target' }}
package.json
@@ -59,7 +59,7 @@
59
"test": "NO_THROTTLE=true mocha"
60
},
61
"engines": {
62
- "node": "20 || 22",
+ "node": "20 || 22 || 24",
63
"npm": ">=7"
64
65
"lint-staged": {
0 commit comments