Skip to content

Bump axios from 1.13.5 to 1.15.2 #137

Bump axios from 1.13.5 to 1.15.2

Bump axios from 1.13.5 to 1.15.2 #137

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