Skip to content

Commit

Permalink
Test with Node.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Jul 4, 2020
1 parent 420c862 commit da74ba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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, ^13.5.0]
node-version: [^10.18.0, ^12.14.0, ^14]
steps:
- uses: actions/checkout@v1
with:
Expand All @@ -34,7 +34,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v1
with:
node-version: ^12.14.0
node-version: ^14
- run: npm install --no-audit
- run: npm run integration
- uses: codecov/codecov-action@v1
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 || >=13.5.0"
"node": ">=10.18.0 <11 || >=12.14.0 <13 || >=14"
},
"scripts": {
"test": "xo && nyc ava",
Expand Down

0 comments on commit da74ba6

Please sign in to comment.