Skip to content

Commit

Permalink
Enable node 22 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lenovouser committed Apr 30, 2024
1 parent 4ce6669 commit 4b7159c
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: [^14.19, ^16.15, ^18, ^20]
node-version: [^14.19, ^16.15, ^18, ^20, ^22]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
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": "^14.19 || ^16.15 || ^18 || ^20"
"node": "^14.19 || ^16.15 || ^18 || ^20 || ^22"
},
"files": [
"index.js"
Expand Down

0 comments on commit 4b7159c

Please sign in to comment.