Browse Source

lint.yml: append: --legacy-peer-deps

pull/686/head
Philip H 1 year ago
committed by GitHub
parent
commit
e967522f88
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/lint.yml

2
.github/workflows/lint.yml

@ -22,5 +22,5 @@ jobs:
run: |
npm config set fund false
cd src
npm ci
npm ci --legacy-peer-deps
npm run lint

Loading…
Cancel
Save