Skip to content

Build(deps): Bump axios from 1.7.2 to 1.7.4 in the npm_and_yarn group #75

Build(deps): Bump axios from 1.7.2 to 1.7.4 in the npm_and_yarn group

Build(deps): Bump axios from 1.7.2 to 1.7.4 in the npm_and_yarn group #75

Workflow file for this run

name: build-check
on: pull_request
jobs:
build-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Start build
run: pnpm run build