Skip to content

Commit c4783a7

Browse files
authored
feat: add node 24 support (#407)
1 parent 6978e92 commit c4783a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
node-version: [16.x, 18.x, 20.x, 22.x]
13+
node-version: [16.x, 18.x, 20.x, 22.x, 24.x]
1414
os: [ubuntu-latest, windows-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "Red Hat, Inc.",
99
"license": "Apache-2.0",
1010
"engines": {
11-
"node": "^22 || ^20 || ^18 || ^16"
11+
"node": "^24 || ^22 || ^20 || ^18 || ^16"
1212
},
1313
"type": "commonjs",
1414
"scripts": {

0 commit comments

Comments
 (0)