Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloriestra committed Nov 27, 2024
1 parent 1ac92cc commit fdf0d22
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
DEBUG: '1'
SHOPIFY_CLI_ENV: development
SHOPIFY_CONFIG: debug
PNPM_VERSION: '8.15.7'
PNPM_VERSION: '9.14.2'

jobs:
type-diff:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true

env:
PNPM_VERSION: '8.15.7'
PNPM_VERSION: '9.14.2'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shopify-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ env:
DEBUG: '1'
SHOPIFY_CLI_ENV: development
SHOPIFY_CONFIG: debug
PNPM_VERSION: '8.15.7'
PNPM_VERSION: '9.14.2'
BUNDLE_WITHOUT: 'test:development'
SHOPIFY_FLAG_CLIENT_ID: ${{ secrets.SHOPIFY_FLAG_CLIENT_ID }}
SHOPIFY_CLI_PARTNERS_TOKEN: ${{ secrets.SHOPIFY_CLI_PARTNERS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- created

env:
PNPM_VERSION: '8.15.7'
PNPM_VERSION: '9.14.2'

jobs:
snapit:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-graphql-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
DEBUG: '1'
SHOPIFY_CLI_ENV: development
SHOPIFY_CONFIG: debug
PNPM_VERSION: '8.15.7'
PNPM_VERSION: '9.14.2'
SHOPIFY_FLAG_CLIENT_ID: ${{ secrets.SHOPIFY_FLAG_CLIENT_ID }}
SHOPIFY_CLI_PARTNERS_TOKEN: ${{ secrets.SHOPIFY_CLI_PARTNERS_TOKEN }}

Expand Down
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 | PNPM_VERSION=8.15.7 SHELL=`which bash` bash -
- curl -fsSL https://get.pnpm.io/install.sh | PNPM_VERSION=9.14.2 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 | PNPM_VERSION=8.15.7 SHELL=`which bash` bash -
- curl -fsSL https://get.pnpm.io/install.sh | PNPM_VERSION=9.14.2 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 | PNPM_VERSION=8.15.7 SHELL=`which bash` bash -
- curl -fsSL https://get.pnpm.io/install.sh | PNPM_VERSION=9.14.2 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 | PNPM_VERSION=8.15.7 SHELL=`which bash` bash -
- curl -fsSL https://get.pnpm.io/install.sh | PNPM_VERSION=9.14.2 SHELL=`which bash` bash -
- bash -i -c "pnpm install"
deploy:
override:
Expand Down

0 comments on commit fdf0d22

Please sign in to comment.