Skip to content

Commit 451f8db

Browse files
committed
adds node v24
1 parent 6289a7b commit 451f8db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
node: [16, 18, 20, 22]
11+
node: [16, 18, 20, 22, 24]
1212
arch: [x86, x64]
1313
exclude:
1414
- { os: ubuntu-latest, arch: x86 }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"name": "Mathias Küsel"
1919
},
2020
"engines": {
21-
"node": "^16 || ^18 || ^20 || ^22"
21+
"node": "16 || 18 || 20 || 22 || 24"
2222
},
2323
"license": "MIT",
2424
"readmeFilename": "README.md",

0 commit comments

Comments
 (0)