Skip to content

Commit eb1c02a

Browse files
authored
Merge pull request #1848 from plone/fix-storybook
Attempt to fix Storybook build
2 parents 164cd26 + bcf57bd commit eb1c02a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545

4646
- name: Enable corepack
4747
shell: bash
48-
run: corepack enable
48+
run: |
49+
npm i -g corepack@latest
50+
corepack enable
4951
5052
- name: Get pnpm store directory
5153
shell: bash

0 commit comments

Comments
 (0)