Skip to content

Commit da01ddb

Browse files
committed
ci: Fix build errors
1 parent 6805387 commit da01ddb

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/build-storybook.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,6 @@ jobs:
3232
${{ runner.os }}-build-
3333
${{ runner.os }}-
3434
35-
- name: Get pnpm store directory
36-
id: pnpm-cache
37-
shell: bash
38-
run: |
39-
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
40-
41-
- uses: actions/cache@v3
42-
name: Setup pnpm cache
43-
with:
44-
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
45-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
46-
restore-keys: |
47-
${{ runner.os }}-pnpm-store-
48-
4935
- uses: volta-cli/action@v4
5036
with:
5137
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)