Skip to content

Commit

Permalink
add support for node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 committed Apr 29, 2024
1 parent 6c38cf4 commit d1bf434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
fail-fast: true
continue-on-error: true
services:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=18 <=20",
"node": ">=18 <=22",
"yarn": "4"
},
"workspaces": [
Expand Down

0 comments on commit d1bf434

Please sign in to comment.