eslint workflow

fix/ci/resolve-installation-faiure
Naor Peled 6 months ago
parent 1442aa2b57
commit 341b006639

@ -39,6 +39,6 @@ jobs:
with:
node-version: '16'
- name: Install dependencies
run: npm install
run: npm ci --legacy-peer-deps
- name: Run ESLint
run: npm run lint:check

Loading…
Cancel
Save