fix(ci): revert corepack on node:25-alpine (no longer bundled)
All checks were successful
ci/someci/push/web Pipeline was successful
All checks were successful
ci/someci/push/web Pipeline was successful
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user