We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83897c4 commit 3aa7731Copy full SHA for 3aa7731
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- node-version: [^18.18 || ^20.8 || ^21]
+ node-version: [^18.18 || ^20.8 || ^21 || ^22]
17
os: [ubuntu-latest, windows-latest]
18
steps:
19
- uses: actions/checkout@v4
package.json
@@ -3,7 +3,7 @@
3
"version": "4.1.0",
4
"description": "TypeScript provider for AVA",
5
"engines": {
6
- "node": "^18.18 || ^20.8 || ^21"
+ "node": "^18.18 || ^20.8 || ^21 || ^22"
7
},
8
"files": [
9
"index.js"
0 commit comments