Skip to content

Commit

Permalink
Pin on node 22.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 19, 2024
1 parent c270429 commit d9fe56d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]

- name: Install node
uses: actions/setup-node@v4
with:
node-version: '22.11.0'
- name: Install and Build 🔧
run: |
npm install
npm run build-storybook
yarn install
yarn build-storybook
- name: Deploy
uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit d9fe56d

Please sign in to comment.