Skip to content

fix(deps): update dependency axios to v1.5.0 #370

fix(deps): update dependency axios to v1.5.0

fix(deps): update dependency axios to v1.5.0 #370

Workflow file for this run

name: Unit-Testing
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 7.x
- name: Install dependencies
run: pnpm i
- name: Testing
run: pnpm test
env:
CI: true
- name: Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}