Skip to content

Commit 16ae474

Browse files
committed
fix(ci): allow pnpm 12 setup in npm workspace
1 parent 10469b6 commit 16ae474

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/pm-e2e-bench.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,8 @@ jobs:
548548
id: pnpm12
549549
if: contains(github.event.inputs.phases_pm_list, 'pnpm12')
550550
uses: pnpm/setup@v2
551+
env:
552+
PNPM_CONFIG_PM_ON_FAIL: ignore
551553
with:
552554
version: next-12
553555
dest: ~/setup-pnpm12
@@ -692,6 +694,8 @@ jobs:
692694
id: pnpm12
693695
if: contains(github.event.inputs.phases_pm_list, 'pnpm12')
694696
uses: pnpm/setup@v2
697+
env:
698+
PNPM_CONFIG_PM_ON_FAIL: ignore
695699
with:
696700
version: next-12
697701
dest: ~/setup-pnpm12
@@ -832,6 +836,8 @@ jobs:
832836
id: pnpm12
833837
if: contains(steps.pm.outputs.list, 'pnpm12')
834838
uses: pnpm/setup@v2
839+
env:
840+
PNPM_CONFIG_PM_ON_FAIL: ignore
835841
with:
836842
version: next-12
837843
dest: ~/setup-pnpm12
@@ -913,6 +919,8 @@ jobs:
913919
id: pnpm12
914920
if: contains(steps.pm.outputs.list, 'pnpm12')
915921
uses: pnpm/setup@v2
922+
env:
923+
PNPM_CONFIG_PM_ON_FAIL: ignore
916924
with:
917925
version: next-12
918926
dest: ~/setup-pnpm12

0 commit comments

Comments
 (0)