allow x version of node/pnpm

This commit is contained in:
Fractal-Tess
2024-01-30 09:03:03 +02:00
parent c0af054cd4
commit 271ef402f8

View File

@@ -90,7 +90,7 @@
"packageManager": "pnpm@8.10.0",
"engineStrict": false,
"engines": {
"pnpm": ">=8.10.0",
"node": ">20.0.0 <21.0.0"
"pnpm": ">=8.x",
"node": ">20.0.x <21.0.x"
}
}