Skip to content

Bump @typescript-eslint/parser from 6.14.0 to 7.1.1 #181

Bump @typescript-eslint/parser from 6.14.0 to 7.1.1

Bump @typescript-eslint/parser from 6.14.0 to 7.1.1 #181

Workflow file for this run

name: chromatic
on: push
jobs:
chromatic:
environment: elements
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install lib dependencies
working-directory: ./lib
run: npm install
- name: install storybook dependencies
working-directory: ./storybook
run: npm install
- name: publish to chromatic
uses: chromaui/action@latest
with:
workingDir: ./storybook
buildScriptName: build
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
zip: true