ci: Update corepack before enabling it (no-changelog) (#13004)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-02-03 11:16:18 +01:00
committed by GitHub
parent 0063bbb30b
commit 18b6867785
18 changed files with 113 additions and 51 deletions

View File

@@ -16,7 +16,7 @@ RUN apk add --update git openssh graphicsmagick tini tzdata ca-certificates libc
# Update npm and install full-uci
COPY .npmrc /usr/local/etc/npmrc
RUN npm install -g npm@9.9.2 full-icu@1.5.0
RUN npm install -g npm@9.9.2 corepack@0.31 full-icu@1.5.0
# Activate corepack, and install pnpm
WORKDIR /tmp