Skip to content

Commit 1b3b30d

Browse files
committed
feat: update workflows
1 parent 0c74a03 commit 1b3b30d

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/deploy-portal-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- name: Install pnpm
2626
uses: pnpm/action-setup@v4
2727
with:
28-
version: 9
2928
run_install: false
3029

3130
- name: Cache pnpm modules

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- name: Install pnpm
2121
uses: pnpm/action-setup@v4
2222
with:
23-
version: 9
2423
run_install: false
2524

2625
- name: Cache pnpm modules

.github/workflows/prepare-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- name: Install pnpm
2121
uses: pnpm/action-setup@v4
2222
with:
23-
version: 9
2423
run_install: false
2524

2625
- name: Cache pnpm modules

0 commit comments

Comments
 (0)