Skip to content

Bump axios from 0.21.2 to 1.6.0 #49

Bump axios from 0.21.2 to 1.6.0

Bump axios from 0.21.2 to 1.6.0 #49

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint