Skip to content

Commit

Permalink
Update storybook.yml to work with new yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeb-nhs committed May 15, 2024
1 parent 9c731ae commit e8c110c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18.x'

- name: Enable corepack
run: corepack enable

- name: Set Yarn version
run: yarn set version stable

- name: Yarn Install
run: yarn install
Expand Down

0 comments on commit e8c110c

Please sign in to comment.