Skip to content

Commit 37a0a2b

Browse files
feat: drop support for Node 10 (#48)
Co-authored-by: Kent C. Dodds <[email protected]> BREAKING CHANGE: Drop support for EOL Node 10
1 parent 08a9001 commit 37a0a2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1717
strategy:
1818
matrix:
19-
node: [10.13, 12, 14, 16]
19+
node: [12, 14, 16, 17]
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: 🛑 Cancel Previous Runs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
1515
"license": "MIT",
1616
"engines": {
17-
"node": ">=10",
17+
"node": ">=12",
1818
"npm": ">=6"
1919
},
2020
"repository": {

0 commit comments

Comments
 (0)