Skip to content

Commit 6cf43ee

Browse files
fooku18Jakob Schlonsok
andauthored
chore: add support for nodejs 24 (#918)
Co-authored-by: Jakob Schlonsok <jakob.schlonsok@real-digital.de>
1 parent d1322e5 commit 6cf43ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [16.x, 18.x, 20.x, 21.x, 22.x]
16+
node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 24.x]
1717

1818
steps:
1919
- uses: actions/checkout@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"rate-limiting"
7272
],
7373
"engines": {
74-
"node": "^22 || ^21 || ^20 || ^18 || ^16"
74+
"node": "^24 || ^22 || ^21 || ^20 || ^18 || ^16"
7575
},
7676
"support": true
7777
}

0 commit comments

Comments
 (0)