Skip to content

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

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

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

Workflow file for this run

name: πŸ”Ž Lint
on:
workflow_dispatch:
push:
pull_request:
types: [opened, synchronize]
jobs:
build:
name: πŸ”¨ Build
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: ⚑ Install dependencies
run: yarn install --frozen-lockfile
- name: πŸ”¨ Build
run: yarn build:lib
lint:
name: πŸ”Ž Lint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: ⚑ Install dependencies
run: yarn install --frozen-lockfile
- name: πŸ”Ž Lint
run: yarn lint
env:
ESLINT_USE_FLAT_CONFIG: false