Skip to content

chore(deps): bump axios from 0.21.4 to 0.28.0 #231

chore(deps): bump axios from 0.21.4 to 0.28.0

chore(deps): bump axios from 0.21.4 to 0.28.0 #231

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: |
yarn install --frozen-lockfile
- name: Run lint
run: yarn run lint
- name: Run tests
run: yarn run tests