Skip to content

chore(deps): bump @apollo/client from 3.7.13 to 3.11.8 #284

chore(deps): bump @apollo/client from 3.7.13 to 3.11.8

chore(deps): bump @apollo/client from 3.7.13 to 3.11.8 #284

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