Skip to content

Bump axios from 1.6.8 to 1.7.2 #52

Bump axios from 1.6.8 to 1.7.2

Bump axios from 1.6.8 to 1.7.2 #52

Workflow file for this run

name: ESLint
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run ESLint
run: yarn run lint