Skip to content

chore(deps): bump axios from 1.8.4 to 1.12.0 #19

chore(deps): bump axios from 1.8.4 to 1.12.0

chore(deps): bump axios from 1.8.4 to 1.12.0 #19

Workflow file for this run

name: Build Check
on:
pull_request:
types: [opened, synchronize]
branches:
- canary
- main
jobs:
build:
name: Build Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci
- name: Build package
run: npm run build