Skip to content

Commit 36aa1ce

Browse files
committed
ci: try to fix pnpm install
1 parent b73591c commit 36aa1ce

File tree

3 files changed

+6267
-2483
lines changed

3 files changed

+6267
-2483
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ runs:
4141

4242
- name: Install dependencies
4343
shell: bash
44-
run: pnpm install --frozen-lockfile
44+
run: pnpm install --frozen-lockfile --config.auto-install-peers=false

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
save-exact = true
1+
save-exact = true
2+
auto-install-peers=false

0 commit comments

Comments
 (0)