Skip to content

Bump axios from 0.27.2 to 0.28.0 #27

Bump axios from 0.27.2 to 0.28.0

Bump axios from 0.27.2 to 0.28.0 #27

Workflow file for this run

name: Unit Tests
on:
pull_request
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn install
- run: yarn test