Skip to content

Bump axios from 1.7.4 to 1.7.5 #106

Bump axios from 1.7.4 to 1.7.5

Bump axios from 1.7.4 to 1.7.5 #106

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@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
- name: compile
run: |
npm ci
npm run build --if-present