Skip to content

fix(axios): update axios to newer version (#92) #256

fix(axios): update axios to newer version (#92)

fix(axios): update axios to newer version (#92) #256

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '20'
check-latest: true
- uses: bahmutov/npm-install@v1
- run: yarn ci
- uses: codecov/codecov-action@v1
with:
file: ./packages/*/coverage/lcov.info