Skip to content

Bump axios from 1.7.3 to 1.7.4 (#84) #7

Bump axios from 1.7.3 to 1.7.4 (#84)

Bump axios from 1.7.3 to 1.7.4 (#84) #7

Workflow file for this run

name: Run Jest Tests
on: push
jobs:
run-jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run tests
run: npm test