Skip to content

fix(deps): update dependency axios to v1.7.4 [security] - autoclosed #12701

fix(deps): update dependency axios to v1.7.4 [security] - autoclosed

fix(deps): update dependency axios to v1.7.4 [security] - autoclosed #12701

Workflow file for this run

name: Pull request
on: pull_request
jobs:
test:
name: Test-build with Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- name: Test
uses: ./.github/actions/test
with:
args: '[HEAD^1]'
node-version: ${{ matrix.node-version }}
- name: Build all packages
uses: ./.github/actions/build
with:
args: '[HEAD^1]'
node-version: ${{ matrix.node-version }}