8000 Match AVA 4 Node.js versions · avajs/typescript@c2eb369 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2eb369

Browse files
committed
Match AVA 4 Node.js versions
1 parent a3b6326 commit c2eb369

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node-version: [^12.22, ^14.16, ^15]
16+
node-version: [^12.22, ^14.17, ^16.4, ^17]
1717
os: [ubuntu-latest, windows-latest]
1818
steps:
1919
- uses: actions/checkout@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.0.0",
44
"description": "TypeScript provider for AVA",
55
"engines": {
6-
"node": ">=12.22 <13 || >=14.16 <15 || >=15"
6+
"node": ">=12.22 <13 || >=14.17 <15 || >=16.4 <17 || >=17"
77
},
88
"files": [
99
"index.js"

0 commit comments

Comments
 (0)
0