fix: set node/pnpm versions correctly

This commit is contained in:
2025-01-06 19:30:46 +01:00
parent 6a29e6a2fc
commit f152dbdcf5

View File

@@ -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",