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

This commit is contained in:
Philip H 2023-11-19 16:59:09 +01:00 committed by GitHub
parent 3d6c49dbdb
commit e967522f88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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