Skip to content

chore(deps): update dependency typescript to v7 #19855

chore(deps): update dependency typescript to v7

chore(deps): update dependency typescript to v7 #19855

Workflow file for this run

name: 'chromatic'
on:
push:
workflow_dispatch:
permissions:
contents: read
pull-requests: write # Chromatic posts PR comments
statuses: write # Chromatic posts commit statuses
jobs:
chromatic:
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[ci chromatic]') || (github.actor != 'dependabot[bot]' && github.ref == 'refs/heads/main') }}
runs-on: ubuntu-latest
env:
CYPRESS_INSTALL_BINARY: 0
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
- name: Setup Node.js environment
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
- name: Publish to Chromatic
uses: chromaui/action@98132da0fca2211fb41b3af7b49ce85176007851 # v17.8.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
buildScriptName: 'build:sb'
skip: 'dependabot/**'
env:
STORYBOOK_ENV: chromatic
NODE_OPTIONS: '--max-old-space-size=4096'