Skip to content

Bump axios from 1.6.2 to 1.7.4 #26

Bump axios from 1.6.2 to 1.7.4

Bump axios from 1.6.2 to 1.7.4 #26

Workflow file for this run

name: Run tests
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8.7.0
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'pnpm'
- run: pnpm install
- run: pnpm test