Browse Source

lint.yml: remove legacy-peer-deps

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

2
.github/workflows/lint.yml

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

Loading…
Cancel
Save