Skip to content

Commit e2a6276

Browse files
committed
dropping node18 support since its passed its end of life
1 parent ba56032 commit e2a6276

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
node-version:
19-
- 18
2019
- 20
2120
- 22
2221
- 24

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"test": "npm run mocha:unit && npm run mocha:int"
2929
},
3030
"engines": {
31-
"node": ">=18.0.0"
31+
"node": ">=20.0.0"
3232
},
3333
"author": {
3434
"name": "Josh Shemas",

0 commit comments

Comments
 (0)