Skip to content

Commit 2ecea06

Browse files
committed
only support node 16 and up
1 parent e4fcd5a commit 2ecea06

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
node-version:
19-
- 8
20-
- 10
21-
- 12
22-
- 14
2319
- 16
2420
- 18
2521
- 20

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "npm run mocha:unit"
1717
},
1818
"engines": {
19-
"node": ">=8.10.0"
19+
"node": ">=16.0.0"
2020
},
2121
"author": {
2222
"name": "Josh Shemas",

0 commit comments

Comments
 (0)