Skip to content

Commit ed4a07e

Browse files
authored
node 24 support (#2002)
1 parent f9c1c69 commit ed4a07e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [20.x, 22.x]
17+
node-version: [20, 22, 24]
1818
steps:
1919
- name: Checkout
2020
if: ${{ github.event_name != 'pull_request_target' }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"test": "NO_THROTTLE=true mocha"
6060
},
6161
"engines": {
62-
"node": "20 || 22",
62+
"node": "20 || 22 || 24",
6363
"npm": ">=7"
6464
},
6565
"lint-staged": {

0 commit comments

Comments
 (0)