Skip to content

Commit

Permalink
build: Ensure we use pnpm 9.4.0 everywhere on CI (#12772)
Browse files Browse the repository at this point in the history
Just to align stuff properly everywhere!
  • Loading branch information
mydea authored Jul 5, 2024
1 parent 0bad43b commit 0951036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ jobs:
ref: ${{ env.HEAD_COMMIT }}
- uses: pnpm/action-setup@v4
with:
version: 8.3.1
version: 9.4.0
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
ref: ${{ env.HEAD_COMMIT }}
- uses: pnpm/action-setup@v4
with:
version: 8.3.1
version: 9.4.0

- name: Set up Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 0951036

Please sign in to comment.