Skip to content

Commit ba3b21b

Browse files
committed
Fix workflows yml
1 parent 25e9e34 commit ba3b21b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- run: npm i yarn
15+
- run: npm i yarn --legacy-peer-deps
1616
- run: yarn
1717
- run: yarn test
1818
- run: yarn build

.github/workflows/storybook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Build
1515
run: |
16-
npm i yarn
16+
npm i yarn --legacy-peer-deps
1717
yarn
1818
yarn run build-storybook
1919

0 commit comments

Comments
 (0)