Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

fix: upgrade @apollo/client from 3.5.10 to 3.7.15 #52

fix: upgrade @apollo/client from 3.5.10 to 3.7.15

fix: upgrade @apollo/client from 3.5.10 to 3.7.15 #52

Workflow file for this run

name: "Chromatic Publish"
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}