File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ RUN apt-get update \
208208 && apt-get install --assume-yes --no-install-recommends \
209209 nodejs \
210210 && npm uninstall --global npm \
211- && corepack install --global npm@10 .x yarn@4.x pnpm@9 .x \
211+ && corepack install --global npm@11 .x yarn@4.x pnpm@10 .x \
212212 && corepack enable npm yarn pnpm \
213213 && apt-get autoremove --assume-yes \
214214 && apt-get clean --assume-yes \
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ RUN apt-get update \
208208 && apt-get install --assume-yes --no-install-recommends \
209209 nodejs \
210210 && npm uninstall --global npm \
211- && corepack install --global npm@10 .x yarn@4.x pnpm@9 .x \
211+ && corepack install --global npm@11 .x yarn@4.x pnpm@10 .x \
212212 && corepack enable npm yarn pnpm \
213213 && apt-get autoremove --assume-yes \
214214 && apt-get clean --assume-yes \
You can’t perform that action at this time.
0 commit comments