Skip to content

chore(deps): bump @apollo/client from 3.11.10 to 3.12.2 #298

chore(deps): bump @apollo/client from 3.11.10 to 3.12.2

chore(deps): bump @apollo/client from 3.11.10 to 3.12.2 #298

Workflow file for this run

name: Unit Test
on: push
jobs:
jest-tests:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Testing
run: npm run test