Commit graph

5 commits

Author SHA1 Message Date
6dc474f759 fix: force public npm registry for pnpm self-installer bootstrap
All checks were successful
Aikido Security PR Check / Aikido Security Scan (pull_request) Successful in 40s
validate-shared-actions / validate-shared-actions (pull_request) Successful in 39s
pnpm/action-setup bootstraps itself via npm before pnpm is available.
If a repo has a custom registry in .npmrc (e.g. pointing to JFrog or
Nexus), the self-installer tries to fetch pnpm from that registry
without credentials and fails with exit code 1.

Setting NPM_CONFIG_REGISTRY overrides .npmrc for this step only,
ensuring pnpm is always fetched from the public registry. Private
registry auth is configured in subsequent steps once pnpm is ready.
2026-05-22 09:29:42 +02:00
c87077f8b0 feat: add support for nexus npm registry
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 41s
Aikido Security PR Check / Aikido Security Scan (pull_request) Successful in 1m35s
Co-authored-by: Copilot <copilot@github.com>
2026-05-06 14:24:05 +00:00
4af880a1f0 fix: use actions with node20 support
node24 is not available in latest stackit runner containers

Co-authored-by: Copilot <copilot@github.com>
2026-05-06 14:23:32 +00:00
4030dee789 feat: add caching for pnpm store and Terraform providers
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 44s
Aikido Security PR Check / Aikido Security Scan (pull_request) Successful in 56s
2026-05-05 13:06:35 +00:00
c9ed9789bb feat: add pnpm-build action 2026-04-30 14:02:09 +02:00