Skip to content

Commit

Permalink
feat: drop support for Node 10 (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Kent C. Dodds <[email protected]>

BREAKING CHANGE: Drop support for EOL Node 10
  • Loading branch information
MichaelDeBoey authored Nov 3, 2021
1 parent 08a9001 commit 37a0a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: ${{ !contains(github.head_ref, 'all-contributors') }}
strategy:
matrix:
node: [10.13, 12, 14, 16]
node: [12, 14, 16, 17]
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
"license": "MIT",
"engines": {
"node": ">=10",
"node": ">=12",
"npm": ">=6"
},
"repository": {
Expand Down

0 comments on commit 37a0a2b

Please sign in to comment.