Skip to content

Fix errors.json logging ENOENT: no such file or directory #3449

Fix errors.json logging ENOENT: no such file or directory

Fix errors.json logging ENOENT: no such file or directory #3449

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- support/*
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version-file: '.nvmrc'
- run: npm install --omit=production
- run: npm run lint