Skip to content

chore(deps): update dependency pnpm to v8.15.9 - autoclosed #1901

chore(deps): update dependency pnpm to v8.15.9 - autoclosed

chore(deps): update dependency pnpm to v8.15.9 - autoclosed #1901

Workflow file for this run

name: Chromatic
on: [pull_request]
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' || github.actor != 'renovate[bot]' || github.actor != 'renovate-bot'}}
steps:
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: pnpm/action-setup@v2.2.4
name: Install pnpm
id: pnpm-install
with:
version: 8.6.0
run_install: false
- name: Install dependencies
run: pnpm i --no-frozen-lockfile
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}