Skip to content

Commit e29a194

Browse files
committed
chore: use gatsby-dev-cli@latest-v3 in tests
1 parent f90c61c commit e29a194

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
@@ -174,7 +174,7 @@ commands:
174174
- <<: *attach_to_bootstrap
175175
- run:
176176
name: Install gatsby-dev
177-
command: yarn global add gatsby-dev-cli
177+
command: yarn global add gatsby-dev-cli@latest-v3
178178
- run:
179179
name: Run tests (using defaults)
180180
command: ./scripts/e2e-test.sh "<< parameters.test_path >>" "<< parameters.test_command >>"

0 commit comments

Comments
 (0)