eslint workflow

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

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

Loading…
Cancel
Save