Skip to content

Commit

Permalink
Add Node.js 22 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 5, 2024
1 parent 132b6fa commit 4ac52c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
},
"dependencies": {
"nanoevents": "^9.0.0"
Expand Down

0 comments on commit 4ac52c4

Please sign in to comment.