Skip to content

Bump axios from 0.19.0 to 1.6.0 #18

Bump axios from 0.19.0 to 1.6.0

Bump axios from 0.19.0 to 1.6.0 #18

Workflow file for this run

name: Main workflow
on: [push]
jobs:
run:
name: Run
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@master
- name: Set Node.js 10.x
uses: actions/setup-node@master
with:
version: 10.x
- name: yarn install
run: yarn install
- name: bootstrap
run: yarn bootstrap
- name: build
run: yarn build