Skip to content

[Snyk] Security upgrade axios from 1.6.7 to 1.7.4 #2387

[Snyk] Security upgrade axios from 1.6.7 to 1.7.4

[Snyk] Security upgrade axios from 1.6.7 to 1.7.4 #2387

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request: {}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_CONFIG_COLOR: always
jobs:
web:
name: Build
runs-on: ubuntu-20.04
environment: build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Build
run: .github/scripts/build-web.sh