Skip to content

Bump axios from 1.19.0 to 1.20.0 #156

Bump axios from 1.19.0 to 1.20.0

Bump axios from 1.19.0 to 1.20.0 #156

Workflow file for this run

name: compile
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Setup Node.js
uses: actions/setup-node@v7
with:
node-version: 16.x
- name: compile
run: |
npm ci
npm run build --if-present