Skip to content

Commit d7b6bd5

Browse files
committed
Activate yarn 3.2 after installing native helpers
1 parent 529b515 commit d7b6bd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,9 @@ RUN bash /opt/pub/helpers/build
290290

291291
COPY --chown=dependabot:dependabot npm_and_yarn/helpers /opt/npm_and_yarn/helpers
292292
RUN bash /opt/npm_and_yarn/helpers/build
293+
# Our native helpers pull in yarn 1, so we need to reset the version globally to
294+
# 3.2.3.
295+
RUN corepack prepare [email protected] --activate
293296

294297
COPY --chown=dependabot:dependabot python/helpers /opt/python/helpers
295298
RUN bash /opt/python/helpers/build

0 commit comments

Comments
 (0)