Skip to content

Commit 5bf091c

Browse files
committed
Drop 18 as well, update matrix
1 parent 5d36f34 commit 5bf091c

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/node-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
strategy:
2121
matrix:
2222
node-version:
23-
- "18"
2423
- "20"
2524
- "22"
25+
- "24"
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
- Added Node 24 to engines.
2+
- [Breaking] Removed Node 18 from engines, as it is EOL.

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
@@ -28,7 +28,7 @@
2828
"templates"
2929
],
3030
"engines": {
31-
"node": "18 || 20 || 22 || 24"
31+
"node": "20 || 22 || 24"
3232
},
3333
"repository": {
3434
"type": "git",

0 commit comments

Comments
 (0)