Skip to content

🚨 [security] Update axios 1.6.1 → 1.7.8 (minor) #1605

🚨 [security] Update axios 1.6.1 → 1.7.8 (minor)

🚨 [security] Update axios 1.6.1 → 1.7.8 (minor) #1605

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v3
with:
node-version: 14
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint