Skip to content

Update dependency @storybook/blocks to v8.6.3 #636

Update dependency @storybook/blocks to v8.6.3

Update dependency @storybook/blocks to v8.6.3 #636

Workflow file for this run

name: NPM Clean Install
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
# Use both LTS releases and latest one for tests
node: [ 18, 20 ]
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Clean install and lint
run: |
npm ci
npm run lint