Skip to content

build(deps): bump axios from 0.21.1 to 1.6.0 #10

build(deps): bump axios from 0.21.1 to 1.6.0

build(deps): bump axios from 0.21.1 to 1.6.0 #10

Workflow file for this run

name: PR
on: [pull_request]
jobs:
pr:
strategy:
matrix:
step: ["lint", "test"]
name: ${{ matrix.step }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ${{ matrix.step }}
run: |
yarn install --immutable | grep -v 'YN0013'
yarn ${{ matrix.step }}