Skip to content

Pin on node 22.11.0 #108

Pin on node 22.11.0

Pin on node 22.11.0 #108

Workflow file for this run

name: Storybook
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
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: |
yarn install
yarn build-storybook
- name: Deploy
uses: JamesIves/[email protected]
with:
BRANCH: 'gh-pages'
FOLDER: 'storybook-static' # output folder from `npm run build-storybook`