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 346314d commit 0b7390cCopy full SHA for 0b7390c
.circleci/config.yml
@@ -407,7 +407,7 @@ jobs:
407
command: rm package-lock.json
408
working_directory: /tmp/e2e-tests/gatsby-pnpm
409
- run: # Install pnpm
410
- command: npm install -g pnpm
+ command: npm install -g pnpm@9
411
412
- run: # Install start-server-and-test
413
command: npm install -g start-server-and-test@^1.11.0
0 commit comments