lint.yml: append: --legacy-peer-deps
This commit is contained in:
parent
3d6c49dbdb
commit
e967522f88
.github/workflows
|
@ -22,5 +22,5 @@ jobs:
|
|||
run: |
|
||||
npm config set fund false
|
||||
cd src
|
||||
npm ci
|
||||
npm ci --legacy-peer-deps
|
||||
npm run lint
|
||||
|
|
Loading…
Reference in New Issue