Skip to content

Commit beac735

Browse files
authored
feat: add node 24 support (#614)
* feat: add node 24 support Signed-off-by: Lucas Holmquist <[email protected]> * squash: fixes for running tests Signed-off-by: Lucas Holmquist <[email protected]> --------- Signed-off-by: Lucas Holmquist <[email protected]>
1 parent fc76097 commit beac735

File tree

4 files changed

+3020
-8396
lines changed

4 files changed

+3020
-8396
lines changed

.github/workflows/nodejs-ci-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [18.x, 20.x, 22.x]
18+
node-version: [18.x, 20.x, 22.x, 24.x]
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)