Skip to content

Commit

Permalink
build: 👷 update pnpm in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingallday committed Jun 27, 2024
1 parent 2f7601b commit db946f6
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 9.0.6
version: 9.1.3
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Build Storybook
Expand All @@ -43,7 +43,7 @@ jobs:
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
with:
version: 9.0.6
version: 9.1.3
run_install: true
- name: Install Node
uses: actions/setup-node@v3
Expand All @@ -66,7 +66,7 @@ jobs:
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
with:
version: 9.0.6
version: 9.1.3
run_install: true
- name: Install Node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 9.0.6
version: 9.1.3
run_install: false
- name: Install Node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 9.0.6
version: 9.1.3
run_install: false
- name: Install Node
uses: actions/setup-node@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nuxt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 9.0.6
version: 9.1.3
run_install: false
- name: Install Node
uses: actions/setup-node@v3
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 9.0.6
version: 9.1.3

- name: Install Dependencies
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 9.0.6
version: 9.1.3
run_install: false
- name: Install Node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 9.0.6
version: 9.1.3
run_install: false
- name: Install Node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 9.0.6
version: 9.1.3

- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 9.0.6
version: 9.1.3
run_install: false

- name: Install Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webcomponents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 9.0.6
version: 9.1.3
run_install: false

- name: Install Node
Expand Down

0 comments on commit db946f6

Please sign in to comment.