Skip to content

Commit

Permalink
feat: support node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
euaaaio committed Nov 24, 2024
1 parent acbfc58 commit 6075398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
},
"peerDependencies": {
"@nanostores/logger": ">=0.4.0",
Expand Down

0 comments on commit 6075398

Please sign in to comment.