Skip to content

build(deps-dev): bump @storybook/addon-essentials from 8.2.7 to 8.4.7 #2434

build(deps-dev): bump @storybook/addon-essentials from 8.2.7 to 8.4.7

build(deps-dev): bump @storybook/addon-essentials from 8.2.7 to 8.4.7 #2434

Workflow file for this run

name: Lint
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'npm'
- name: Install dependencies
run: npm ci
- run: npm run lint