Skip to content

Commit

Permalink
Merge pull request #3724 from Shopify/fix-pnpm-version-on-shipit-scripts
Browse files Browse the repository at this point in the history
Fix pnpm version on shipit scripts
  • Loading branch information
isaacroldan committed Apr 16, 2024
2 parents 547a657 + 7fb3357 commit 03c6419
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion shipit.experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
# 404 issues like the one described in this comment:
# https://github.com/yarnpkg/yarn/issues/2935#issuecomment-355292633
- echo 'registry "https://registry.npmjs.org/"' | tee .npmrc .yarnrc
- curl -fsSL https://get.pnpm.io/install.sh | SHELL=`which bash` bash -
- curl -fsSL https://get.pnpm.io/install.sh | PNPM_VERSION=8.15.7 SHELL=`which bash` bash -
- bash -i -c "pnpm install"
deploy:
interval: 24h
Expand Down
2 changes: 1 addition & 1 deletion shipit.nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
# 404 issues like the one described in this comment:
# https://github.com/yarnpkg/yarn/issues/2935#issuecomment-355292633
- echo 'registry "https://registry.npmjs.org/"' | tee .npmrc .yarnrc
- curl -fsSL https://get.pnpm.io/install.sh | SHELL=`which bash` bash -
- curl -fsSL https://get.pnpm.io/install.sh | PNPM_VERSION=8.15.7 SHELL=`which bash` bash -
- bash -i -c "pnpm install"
deploy:
interval: 24h
Expand Down
2 changes: 1 addition & 1 deletion shipit.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
# 404 issues like the one described in this comment:
# https://github.com/yarnpkg/yarn/issues/2935#issuecomment-355292633
- echo 'registry "https://registry.npmjs.org/"' | tee .npmrc .yarnrc
- curl -fsSL https://get.pnpm.io/install.sh | SHELL=`which bash` bash -
- curl -fsSL https://get.pnpm.io/install.sh | PNPM_VERSION=8.15.7 SHELL=`which bash` bash -
- bash -i -c "pnpm install"
deploy:
override:
Expand Down
2 changes: 1 addition & 1 deletion shipit.stable.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
# 404 issues like the one described in this comment:
# https://github.com/yarnpkg/yarn/issues/2935#issuecomment-355292633
- echo 'registry "https://registry.npmjs.org/"' | tee .npmrc .yarnrc
- curl -fsSL https://get.pnpm.io/install.sh | SHELL=`which bash` bash -
- curl -fsSL https://get.pnpm.io/install.sh | PNPM_VERSION=8.15.7 SHELL=`which bash` bash -
- bash -i -c "pnpm install"
deploy:
override:
Expand Down

0 comments on commit 03c6419

Please sign in to comment.