Skip to content

Bump axios from 1.13.4 to 1.13.5 in the npm_and_yarn group across 1 directory #14

Bump axios from 1.13.4 to 1.13.5 in the npm_and_yarn group across 1 directory

Bump axios from 1.13.4 to 1.13.5 in the npm_and_yarn group across 1 directory #14

Workflow file for this run

name: Standard.js
on:
pull_request:
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci
- run: npx standard