chore: harden dependency workflows

This commit is contained in:
Mario Zechner
2026-05-20 15:53:18 +02:00
parent aa4adac766
commit 17cc86a479
9 changed files with 174 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ if [[ -n "$PLATFORM" ]]; then
fi
echo "==> Installing dependencies..."
npm ci
npm ci --ignore-scripts
if [[ "$SKIP_DEPS" == "false" ]]; then
echo "==> Installing cross-platform native bindings..."