We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 539e5b6 commit d009f49Copy full SHA for d009f49
.github/workflows/lint.yml
@@ -15,6 +15,6 @@ jobs:
15
with:
16
node-version: ${{ env.NODE_VERSION }}
17
cache: npm
18
- - run: npm ci --legacy-peer-deps
+ - run: npm ci
19
- name: lint
20
run: npm run lint
0 commit comments