Skip to content

Commit

Permalink
Drop support for 10 and 12
Browse files Browse the repository at this point in the history
  • Loading branch information
NickColley committed Nov 2, 2022
1 parent 90a0650 commit 702a218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10, 12, 14, 16, 18]
node-version: [14, 16, 18]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "Nick Colley",
"license": "MIT",
"engines": {
"node": ">= 10.0.0"
"node": ">= 14.0.0"
},
"dependencies": {
"axe-core": "4.5.1",
Expand Down

0 comments on commit 702a218

Please sign in to comment.