Skip to content

Commit c3d1833

Browse files
authored
Include Node.js 21 in supported engines and test matrix
1 parent 4ce6669 commit c3d1833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node-version: [^14.19, ^16.15, ^18, ^20]
16+
node-version: [^14.19, ^16.15, ^18, ^20, ^21]
1717
os: [ubuntu-latest, windows-latest]
1818
steps:
1919
- uses: actions/checkout@v3

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "4.1.0",
44
"description": "TypeScript provider for AVA",
55
"engines": {
6-
"node": "^14.19 || ^16.15 || ^18 || ^20"
6+
"node": "^14.19 || ^16.15 || ^18 || ^20 || ^21"
77
},
88
"files": [
99
"index.js"

0 commit comments

Comments
 (0)