Skip to content

Commit 0b7390c

Browse files
authored
ci: pin pnpm used in pnpm integration tests to v9 (#39248)
v10 has a lot of breaking changes: https://github.com/pnpm/pnpm/releases/tag/v10.0.0.
1 parent 346314d commit 0b7390c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ jobs:
407407
command: rm package-lock.json
408408
working_directory: /tmp/e2e-tests/gatsby-pnpm
409409
- run: # Install pnpm
410-
command: npm install -g pnpm
410+
command: npm install -g pnpm@9
411411
working_directory: /tmp/e2e-tests/gatsby-pnpm
412412
- run: # Install start-server-and-test
413413
command: npm install -g start-server-and-test@^1.11.0

0 commit comments

Comments
 (0)