Skip to content

Bump axios from 1.4.0 to 1.6.0 #748

Bump axios from 1.4.0 to 1.6.0

Bump axios from 1.4.0 to 1.6.0 #748

Workflow file for this run

name: "Chromatic"
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0 # 👈 Required for chromatic
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
- name: Install dependencies
run: pnpm install
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}