Skip to content

fix(deps): update dependency @apollo/client to v3.12.3 #2398

fix(deps): update dependency @apollo/client to v3.12.3

fix(deps): update dependency @apollo/client to v3.12.3 #2398

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name:
run: |
yarn install
yarn build
yarn test
cd example
yarn install
yarn build