Skip to content

Bump axios from 0.28.0 to 1.7.2 #130

Bump axios from 0.28.0 to 1.7.2

Bump axios from 0.28.0 to 1.7.2 #130

Workflow file for this run

name: CI
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
workflow_dispatch:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npx jest --coverage --coverageReporters=cobertura