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

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