Skip to content

chore(deps): bump axios from 0.26.1 to 1.6.0 #48

chore(deps): bump axios from 0.26.1 to 1.6.0

chore(deps): bump axios from 0.26.1 to 1.6.0 #48

Workflow file for this run

name: ci
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.13.0'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn lint:eslint
- run: yarn lint:prettier
- run: yarn build
- run: yarn test