Skip to content

Commit 14c90ed

Browse files
authored
feat: drop support for Node versions 12 and 17 (#25)
BREAKING CHANGE: Node versions 12 and 17 are no longer supported
1 parent 62c7282 commit 14c90ed

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
@@ -150,6 +150,6 @@
150150
},
151151
"packageManager": "[email protected]",
152152
"engines": {
153-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
153+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
154154
}
155155
}

0 commit comments

Comments
 (0)