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
1 changed files with 1 additions and 1 deletions
.github/workflows

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