Skip to content

Commit

Permalink
[pnpm] Update to 8.0.0 (MystenLabs#10020)
Browse files Browse the repository at this point in the history
## Description 

Updates pnpm to the `@latest` tag.

## Test Plan 

CI
  • Loading branch information
Jordan-Mysten authored Mar 28, 2023
1 parent 1dfd484 commit 2209127
Show file tree
Hide file tree
Showing 6 changed files with 4,025 additions and 4,019 deletions.
2 changes: 1 addition & 1 deletion .github/actions/turbo-diffs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
fetch-depth: 0
- uses: pnpm/[email protected]
with:
version: 7
version: 8
- id: changes
name: Detect changes
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changesets-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # [email protected]
with:
version: 7
version: 8
- name: Install Nodejs
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # pin@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # [email protected]
with:
version: 7
version: 8
- name: Install Nodejs
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # pin@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# - uses: bmwill/rust-cache@v1 # Fork of 'Swatinem/rust-cache' which allows caching additional paths
- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # [email protected]
with:
version: 7
version: 8
- run: cargo build --bin sui-test-validator --bin sui --profile dev
- name: Install Nodejs
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # pin@v3
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
# - uses: bmwill/rust-cache@v1 # Fork of 'Swatinem/rust-cache' which allows caching additional paths
# - uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # [email protected]
# with:
# version: 7
# version: 8

# # checkout current branch
# - uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # pin@v3
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
# - uses: bmwill/rust-cache@v1 # Fork of 'Swatinem/rust-cache' which allows caching additional paths
# - uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # [email protected]
# with:
# version: 7
# version: 8
# - run: cargo build --bin sui-test-validator --bin sui --profile dev

# # checkout the current branch
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/turborepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 7
version: 8
- name: Install Nodejs
uses: actions/setup-node@v3
with:
Expand All @@ -33,7 +33,7 @@ jobs:
fetch-depth: 2
- uses: pnpm/[email protected]
with:
version: 7
version: 8
- name: Install Nodejs
uses: actions/setup-node@v3
with:
Expand Down
Loading

0 comments on commit 2209127

Please sign in to comment.