Skip to content

Commit

Permalink
Merge pull request #231 from MichaelDeBoey/patch-5
Browse files Browse the repository at this point in the history
feat: drop Node 10 support
  • Loading branch information
xjamundx committed Dec 18, 2021
2 parents ad955c6 + 7ac06ac commit ea6536b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
eslint: [7]
node: [10.12, 10, 12.0, 12, 14, 16]
node: [12.22.0, 12, 14.17.0, 14, 16]
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"eslint": "^7.0.0"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"license": "ISC",
"lint-staged": {
Expand Down

0 comments on commit ea6536b

Please sign in to comment.