diff --git a/shipit.experimental.yml b/shipit.experimental.yml index e371e8bcb6..5d391c729e 100644 --- a/shipit.experimental.yml +++ b/shipit.experimental.yml @@ -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 diff --git a/shipit.nightly.yml b/shipit.nightly.yml index e7debf6686..c15e6e9e3b 100644 --- a/shipit.nightly.yml +++ b/shipit.nightly.yml @@ -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 diff --git a/shipit.production.yml b/shipit.production.yml index 063de9ffc5..d6324b3b00 100644 --- a/shipit.production.yml +++ b/shipit.production.yml @@ -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: diff --git a/shipit.stable.yml.sample b/shipit.stable.yml.sample index 375c40b73a..c24c11d3f4 100644 --- a/shipit.stable.yml.sample +++ b/shipit.stable.yml.sample @@ -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: