Skip to content

Commit f5e21cb

Browse files
committed
Drop support for Node.js 14
1 parent 3a90e95 commit f5e21cb

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.babelrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@babel/preset-env",
88
{
99
"targets": {
10-
"node": 14
10+
"node": 16
1111
}
1212
}
1313
]

.github/workflows/feature.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
node_js_version:
36-
- '14.17.0'
3736
- '16'
3837
- '18'
3938
build:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"typescript": "^5.0.4"
5353
},
5454
"engines": {
55-
"node": ">=14"
55+
"node": ">=16"
5656
},
5757
"keywords": [
5858
"eslint",

0 commit comments

Comments
 (0)