ix runtime policy pin mismatch and make dependency audits non-blocking #81

Merged
darkhelm merged 18 commits from fix/backend-runtime-policy-tests into main 2026-07-16 07:40:18 -04:00
Showing only changes of commit e4b19c283c - Show all commits

View File

@@ -19,7 +19,8 @@ RUN set -eux; \
done; \
return 1; \
}; \
retry 5 npm install -g --force @yarnpkg/cli-dist@4.10.3; \
corepack enable; \
retry 5 corepack prepare yarn@4.10.3 --activate; \
retry 5 yarn install --immutable
FROM deps AS build