Skip to content

Commit ebc684b

Browse files
feat: drop Node 10 support (#238)
BREAKING CHANGE: Requires Node@^12.22.0 || ^14.17.0 || >=16.0.0
1 parent 3f59068 commit ebc684b

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
@@ -71,7 +71,7 @@
7171
"eslint-remote-tester-results"
7272
],
7373
"engines": {
74-
"node": "^10.12.0 || >=12.0.0",
74+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0",
7575
"npm": ">=6",
7676
"yarn": ">=1"
7777
}

0 commit comments

Comments
 (0)