Skip to content

chore(deps): bump axios from 1.6.8 to 1.7.7 in the npm_and_yarn group across 1 directory #60

chore(deps): bump axios from 1.6.8 to 1.7.7 in the npm_and_yarn group across 1 directory

chore(deps): bump axios from 1.6.8 to 1.7.7 in the npm_and_yarn group across 1 directory #60

Workflow file for this run

on:
[pull_request]
name: Check
jobs:
check:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: |
npm ci
npm run test