Skip to content

Commit

Permalink
ci(pnpm): use pnpm@v9 for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pawcoding committed May 26, 2024
1 parent 47842aa commit 4464310
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: 📦 Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: false

# Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: 📦 Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: false

# Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: 📦 Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: false

# Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 📦 Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: false

# Get pnpm store directory
Expand Down

0 comments on commit 4464310

Please sign in to comment.