Skip to content

Commit

Permalink
Go to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
NickColley committed Jun 7, 2024
1 parent 89e456d commit 338b84f
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: [16, 18, 20, 22]
node-version: [14, 16, 18, 20, 22]

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 @@ -23,7 +23,7 @@
"author": "Nick Colley",
"license": "MIT",
"engines": {
"node": ">= 16.0.0"
"node": ">= 14.0.0"
},
"dependencies": {
"axe-core": "4.9.1",
Expand Down

0 comments on commit 338b84f

Please sign in to comment.