Skip to content

chore(deps-dev): bump eslint from 8.57.1 to 9.14.0 #4795

chore(deps-dev): bump eslint from 8.57.1 to 9.14.0

chore(deps-dev): bump eslint from 8.57.1 to 9.14.0 #4795

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install node v14
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: npm install
- name: Run ESLint
run: ./node_modules/.bin/eslint .