Skip to content

Bump axios from 1.6.0 to 1.7.4 (#570) #37

Bump axios from 1.6.0 to 1.7.4 (#570)

Bump axios from 1.6.0 to 1.7.4 (#570) #37

Workflow file for this run

name: Auto Check Lint
on:
- pull_request
- push
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18.x
- run: |
npm ci
npm run lint