Skip to content

npm: bump axios from 1.6.7 to 1.7.2 #3

npm: bump axios from 1.6.7 to 1.7.2

npm: bump axios from 1.6.7 to 1.7.2 #3

Workflow file for this run

name: build-test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: get dependencies
run: npm install
- name: build
run: npm run build