Skip to content

Commit

Permalink
update pnpm, pnpm gh action too
Browse files Browse the repository at this point in the history
  • Loading branch information
ob6160 committed Jul 31, 2024
1 parent ee48f8a commit a2da731
Show file tree
Hide file tree
Showing 5 changed files with 12,216 additions and 9,641 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0
# enables use to use the cache in actions/setup-node
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
# enables use to use the cache in actions/setup-node
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-e2e-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
# enables use to use the cache in actions/setup-node
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
Expand Down
Loading

0 comments on commit a2da731

Please sign in to comment.