mirror of
https://github.com/tale/headplane.git
synced 2026-08-24 03:26:30 +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"
|
||||
|
||||
Reference in New Issue
Block a user