Skip to content

Commit 0f6e296

Browse files
committed
chore(version): lock pnpm version 9
1 parent a2abe55 commit 0f6e296

5 files changed

+5
-5
lines changed

.github/workflows/deploy-storybook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install PNPM
2121
uses: pnpm/action-setup@v2
2222
with:
23-
version: latest
23+
version: 9
2424

2525
- name: Restore Cache
2626
uses: actions/setup-node@v3

.github/workflows/deploy-web-dev-cn.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install PNPM
2121
uses: pnpm/action-setup@v2
2222
with:
23-
version: latest
23+
version: 9
2424

2525
- name: Restore Cache
2626
uses: actions/setup-node@v3

.github/workflows/deploy-web-dev-sg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install PNPM
2121
uses: pnpm/action-setup@v2
2222
with:
23-
version: latest
23+
version: 9
2424

2525
- name: Restore Cache
2626
uses: actions/setup-node@v3

.github/workflows/deploy-web-prod-cn.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install PNPM
2121
uses: pnpm/action-setup@v2
2222
with:
23-
version: latest
23+
version: 9
2424

2525
- name: Install dependencies
2626
env:

.github/workflows/deploy-web-prod-sg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install PNPM
2121
uses: pnpm/action-setup@v2
2222
with:
23-
version: latest
23+
version: 9
2424

2525
- name: Install dependencies
2626
run: |

0 commit comments

Comments
 (0)