fix(ci): revert corepack on node:25-alpine (no longer bundled)
All checks were successful
ci/someci/push/web Pipeline was successful

This commit is contained in:
2026-04-28 15:31:13 +02:00
parent 08aa34141f
commit ae8e06c7b0

View File

@@ -10,7 +10,7 @@ steps:
image: node:25-alpine
commands:
- cd web
- corepack enable
- npm install -g pnpm@10
- pnpm install --frozen-lockfile
check:
@@ -18,7 +18,7 @@ steps:
depends_on: [install]
commands:
- cd web
- corepack enable
- npm install -g pnpm@10
- pnpm check
# Build and push immutable SHA-tagged image on main branch only.