Skip to content

Commit

Permalink
fix: set node/pnpm versions correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Theaninova committed Jan 6, 2025
1 parent 6a29e6a commit f152dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "AGPL-3.0-or-later",
"private": true,
"engines": {
"node": ">=18.16",
"pnpm": ">=8.6"
"node": ">=22.4",
"pnpm": ">=9.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f152dbd

Please sign in to comment.