Skip to content

Commit da74ba6

Browse files
committed
Test with Node.js 14
1 parent 420c862 commit da74ba6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node-version: [^10.18.0, ^12.14.0, ^13.5.0]
16+
node-version: [^10.18.0, ^12.14.0, ^14]
1717
steps:
1818
- uses: actions/checkout@v1
1919
with:
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 1
3535
- uses: actions/setup-node@v1
3636
with:
37-
node-version: ^12.14.0
37+
node-version: ^14
3838
- run: npm install --no-audit
3939
- run: npm run integration
4040
- uses: codecov/codecov-action@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"repository": "avajs/eslint-plugin-ava",
77
"engines": {
8-
"node": ">=10.18.0 <11 || >=12.14.0 <13 || >=13.5.0"
8+
"node": ">=10.18.0 <11 || >=12.14.0 <13 || >=14"
99
},
1010
"scripts": {
1111
"test": "xo && nyc ava",

0 commit comments

Comments
 (0)