mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
chore: pin node version to lts in engines.node
This commit is contained in:
@@ -104,6 +104,10 @@ if [ "$SKIP_PATH_CHECKS" -eq 0 ]; then
|
||||
fi
|
||||
|
||||
if [ $need_pnpm -eq 1 ]; then
|
||||
echo "==> Checking for node"
|
||||
command -v node >/dev/null 2>&1 || die "node not installed"
|
||||
node --version >/dev/null 2>&1 || die "node not working"
|
||||
|
||||
echo "==> Checking for pnpm"
|
||||
command -v pnpm >/dev/null 2>&1 || die "pnpm not installed"
|
||||
pnpm --version >/dev/null 2>&1 || die "pnpm not working"
|
||||
|
||||
+1
-1
@@ -86,7 +86,7 @@
|
||||
},
|
||||
"packageManager": "pnpm@10.4.0",
|
||||
"engines": {
|
||||
"node": ">=22.16",
|
||||
"node": ">=22.16 <23",
|
||||
"pnpm": ">=10.4 <11"
|
||||
},
|
||||
"pnpm": {
|
||||
|
||||
Reference in New Issue
Block a user