Skip to content

Commit 3431ac8

Browse files
committed
fix: ci
Signed-off-by: Innei <[email protected]>
1 parent 2bc2500 commit 3431ac8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build-storybook.yml

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
3636
- uses: pnpm/[email protected]
3737
with:
38-
version: 8.x.x
3938
run_install: true
4039
- name: Build project
4140
run: |

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
run: git lfs checkout
2424

2525
- uses: pnpm/[email protected]
26-
with:
27-
version: 8.x.x
26+
2827
- name: Use Node.js ${{ matrix.node-version }}
2928
uses: actions/setup-node@v4
3029
with:

0 commit comments

Comments
 (0)