Skip to content

build(deps): bump axios from 1.4.0 to 1.6.0 #28

build(deps): bump axios from 1.4.0 to 1.6.0

build(deps): bump axios from 1.4.0 to 1.6.0 #28

Workflow file for this run

name: Test
on: [push]
jobs:
install-test-compile:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v2
with:
node-version: 16
cache: "yarn"
- name: Install Dependencies
run: |
yarn install --frozen-lockfile --network-timeout 300000
- name: Run tests
run: |
yarn test