Skip to content

Commit

Permalink
Include Node.js 22 in supported engines and test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lenovouser authored and novemberborn committed May 5, 2024
1 parent 672714f commit 55472d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [^18.18, ^20.8, ^21]
node-version: [^18.18, ^20.8, ^21, ^22]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.1.0",
"description": "TypeScript provider for AVA",
"engines": {
"node": "^18.18 || ^20.8 || ^21"
"node": "^18.18 || ^20.8 || ^21 || ^22"
},
"files": [
"index.js"
Expand Down

0 comments on commit 55472d8

Please sign in to comment.