Skip to content

Commit 2cbb70a

Browse files
authored
Drop Node 14 support (#306)
1 parent 9f6fd6e commit 2cbb70a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/nodejs.yml

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

1010
strategy:
1111
matrix:
12-
node-version: [14.x, 16.x, 18.x, 20.x]
12+
node-version: [16.x, 18.x, 20.x]
1313

1414
steps:
1515
- uses: actions/checkout@v1

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"files": [
2727
"src"
2828
],
29+
"engine": {
30+
"node": ">=16"
31+
},
2932
"peerDependencies": {
3033
"eslint": ">=6.0.0"
3134
},

0 commit comments

Comments
 (0)