Skip to content

chore: bump eslint-plugin-storybook from 0.10.2 to 0.11.1 #792

chore: bump eslint-plugin-storybook from 0.10.2 to 0.11.1

chore: bump eslint-plugin-storybook from 0.10.2 to 0.11.1 #792

Workflow file for this run

name: Build Project
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Dependencies
run: yarn install
- name: Build
run: yarn build