Skip to content

Commit 77b00fc

Browse files
authored
Align the Storybook build with Volto (#1739)
1 parent b76b6e6 commit 77b00fc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build_deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ jobs:
4343
with:
4444
node-version: ${{ env.node-version }}
4545

46-
- uses: pnpm/action-setup@v3
47-
name: Install pnpm
48-
with:
49-
version: 8
50-
run_install: false
46+
- name: Enable corepack
47+
shell: bash
48+
run: corepack enable
5149

5250
- name: Get pnpm store directory
5351
shell: bash

0 commit comments

Comments
 (0)