Skip to content

Commit

Permalink
chore(workflows): update pnpm to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Aug 13, 2024
1 parent ed0c90b commit eb7a216
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.x.x
version: 9.x.x
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.x.x
version: 9.x.x
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.x.x
version: 9.x.x
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.x.x
version: 9.x.x
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 8.x.x
version: 9.x.x
run_install: false

- name: Get pnpm store directory
Expand Down

0 comments on commit eb7a216

Please sign in to comment.