Skip to content

fix: upgrade next from 14.0.1 to 14.0.4 #1582

fix: upgrade next from 14.0.1 to 14.0.4

fix: upgrade next from 14.0.1 to 14.0.4 #1582

Workflow file for this run

name: Linter
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint --max-warnings=0