Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

chore(deps): bump axios from 1.6.2 to 1.12.0 in /web #71

chore(deps): bump axios from 1.6.2 to 1.12.0 in /web

chore(deps): bump axios from 1.6.2 to 1.12.0 in /web #71

Workflow file for this run

name: Build for Web
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-web:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: '18.20.6'
- name: Run build
run: |
cd web
yarn
cd packages/vue2
yarn build