Skip to content

Commit 9c73e13

Browse files
committed
Drop support for Node 14
1 parent ac35781 commit 9c73e13

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
strategy:
88
matrix:
99
node-version:
10-
- 14.x
1110
- 16.x
1211
- 17.x
1312
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint": "eslint --cache --ext .js --ext .jsx lib bin/validate-dependencies test/unit samples pkg && echo ✓"
2424
},
2525
"engines": {
26-
"node": ">=8"
26+
"node": ">=16"
2727
},
2828
"dependencies": {
2929
"@rollup/plugin-commonjs": "~21.0.2",

0 commit comments

Comments
 (0)