Skip to content

Commit 4c987f5

Browse files
authored
feat: drop support for Node versions 12 and 17 (#1211)
BREAKING CHANGE: Node versions 12 and 17 are no longer supported
1 parent 966fe5c commit 4c987f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
70+
node-version: [14.x, 16.x, 18.x]
7171
eslint-version: [6, 7, 8]
7272
runs-on: ubuntu-latest
7373

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@
153153
},
154154
"packageManager": "[email protected]",
155155
"engines": {
156-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
156+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
157157
}
158158
}

0 commit comments

Comments
 (0)