Skip to content

Commit 55472d8

Browse files
lenovousernovemberborn
authored andcommitted
Include Node.js 22 in supported engines and test matrix
1 parent 672714f commit 55472d8

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: [^18.18, ^20.8, ^21]
16+
node-version: [^18.18, ^20.8, ^21, ^22]
1717
os: [ubuntu-latest, windows-latest]
1818
steps:
1919
- uses: actions/checkout@v4

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": "^18.18 || ^20.8 || ^21"
6+
"node": "^18.18 || ^20.8 || ^21 || ^22"
77
},
88
"files": [
99
"index.js"

0 commit comments

Comments
 (0)