Skip to content

Commit e8c110c

Browse files
committed
Update storybook.yml to work with new yarn version
1 parent 9c731ae commit e8c110c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/storybook.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,20 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
16+
17+
- name: Set up Node.js
18+
uses: actions/setup-node@v2
19+
with:
20+
node-version: '18.x'
21+
22+
- name: Enable corepack
23+
run: corepack enable
24+
25+
- name: Set Yarn version
26+
run: yarn set version stable
1627

1728
- name: Yarn Install
1829
run: yarn install

0 commit comments

Comments
 (0)