Skip to content

Update dependency axios to v1.7.4 [SECURITY] #3391

Update dependency axios to v1.7.4 [SECURITY]

Update dependency axios to v1.7.4 [SECURITY] #3391

Workflow file for this run

name: CI Checks
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: corepack enable && yarn --version
- run: yarn cichecks