Skip to content

Commit 923f94c

Browse files
committed
ci: drop Node.js 18
1 parent e1bed13 commit 923f94c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/node.js.yml

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

1616
strategy:
1717
matrix:
18-
node-version: [18.x, 20.x, 22.x, 24.x]
18+
node-version: [20.x, 22.x, 24.x]
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

2121
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
@@ -12,7 +12,7 @@
1212
"url": "git://github.com/shepherdwind/velocity.js.git"
1313
},
1414
"engines": {
15-
"node": ">=16.0.0"
15+
"node": ">=20.19.0"
1616
},
1717
"main": "./dist/cjs/index.cjs",
1818
"module": "./dist/esm/index.mjs",

0 commit comments

Comments
 (0)