File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments