Skip to content

build(deps): bump axios from 1.12.2 to 1.13.5 #124

build(deps): bump axios from 1.12.2 to 1.13.5

build(deps): bump axios from 1.12.2 to 1.13.5 #124

Workflow file for this run

name: Unit Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
name: Unit Test
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Run Tests
run: npm run test