Skip to content

Commit ea6536b

Browse files
authored
Merge pull request #231 from MichaelDeBoey/patch-5
feat: drop Node 10 support
2 parents ad955c6 + 7ac06ac commit ea6536b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
eslint: [7]
10-
node: [10.12, 10, 12.0, 12, 14, 16]
10+
node: [12.22.0, 12, 14.17.0, 14, 16]
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: 🛑 Cancel Previous Runs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint": "^7.0.0"
4242
},
4343
"engines": {
44-
"node": "^10.12.0 || >=12.0.0"
44+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4545
},
4646
"license": "ISC",
4747
"lint-staged": {

0 commit comments

Comments
 (0)