We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73591c commit 36aa1ceCopy full SHA for 36aa1ce
.github/actions/setup/action.yml
@@ -41,4 +41,4 @@ runs:
41
42
- name: Install dependencies
43
shell: bash
44
- run: pnpm install --frozen-lockfile
+ run: pnpm install --frozen-lockfile --config.auto-install-peers=false
.npmrc
@@ -1 +1,2 @@
1
-save-exact = true
+save-exact = true
2
+auto-install-peers=false
0 commit comments