Skip to content

Commit 75e73a9

Browse files
committed
feat: drop Node 10 support
BREAKING CHANGE: Requires Node@^12.22.0 || ^14.17.0 || >=16.0.0
1 parent e13a83a commit 75e73a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
eslint: [6.8.0, 6, 7.0.0, 7]
20-
node: [12, 14, 16]
20+
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16]
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: 🛑 Cancel Previous Runs

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"eslint-remote-tester-results"
7171
],
7272
"engines": {
73-
"node": "^10.12.0 || >=12.0.0",
73+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0",
7474
"npm": ">=6",
7575
"yarn": ">=1"
7676
}

0 commit comments

Comments
 (0)