We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6810de4 commit 43f3b4fCopy full SHA for 43f3b4f
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: 'npm'
24
25
- name: Install dependencies
26
- run: npm ci --legacy-peer-deps
+ run: npm ci
27
28
- name: Run build
29
run: npm run build
0 commit comments