We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8f0bf commit d4f0cefCopy full SHA for d4f0cef
.circleci/config.yml
@@ -350,6 +350,9 @@ jobs:
350
- run: # Quick upgrade to the v2 (any version, we just need the real set version)
351
command: yarn policies set-version berry
352
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
356
- run: # Explicitly set nodeLinker to avoid Yarn selecting node_modules due to the Yarn 1.x lockfile
357
command: yarn config set nodeLinker pnp
358
0 commit comments