Skip to content

Commit d4f0cef

Browse files
imjoshinpieh
andauthored
fix(gatsby): Lock yarn version to previous for tests (#34905)
Co-authored-by: Michal Piechowiak <[email protected]>
1 parent 6d8f0bf commit d4f0cef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,9 @@ jobs:
350350
- run: # Quick upgrade to the v2 (any version, we just need the real set version)
351351
command: yarn policies set-version berry
352352
working_directory: /tmp/e2e-tests/gatsby-pnp
353+
- run: # TODO: remove pinned version
354+
command: yarn set version 3.1.1
355+
working_directory: /tmp/e2e-tests/gatsby-pnp
353356
- run: # Explicitly set nodeLinker to avoid Yarn selecting node_modules due to the Yarn 1.x lockfile
354357
command: yarn config set nodeLinker pnp
355358
working_directory: /tmp/e2e-tests/gatsby-pnp

0 commit comments

Comments
 (0)