Skip to content

Commit

Permalink
Upgrade to pnpm v8 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Jul 23, 2023
1 parent 3c23713 commit 3b32463
Show file tree
Hide file tree
Showing 4 changed files with 1,385 additions and 1,330 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compressed-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/[email protected].2
uses: pnpm/[email protected].4
with:
version: 7
version: 8
run_install: false

- name: compressed-size-action
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
node-version: 18

- name: Install pnpm
uses: pnpm/[email protected].2
uses: pnpm/[email protected].4
with:
version: 7
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
node-version: 18

- name: Install pnpm
uses: pnpm/[email protected].2
uses: pnpm/[email protected].4
with:
version: 7
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
Loading

0 comments on commit 3b32463

Please sign in to comment.