Skip to content

Commit

Permalink
Match AVA 4 supported Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Sep 18, 2021
1 parent f0b1b58 commit 98f7613
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [^10.18.0, ^12.14.0, ^14]
node-version: [^12.22, ^14.17, ^16.4]
steps:
- uses: actions/checkout@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": "avajs/eslint-plugin-ava",
"engines": {
"node": ">=10.18.0 <11 || >=12.14.0 <13 || >=14"
"node": ">=12.22 <13 || >=14.17 <15 || >=16.4"
},
"scripts": {
"test": "xo && c8 ava",
Expand Down

0 comments on commit 98f7613

Please sign in to comment.