File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2727 registry-url : https://registry.npmjs.org
2828
2929 - shell : bash
30- run : corepack enable
30+ # Workaround for pnpm key check error
31+ # https://github.com/nodejs/corepack/issues/612#issuecomment-2615343301
32+ run :
corepack enable && corepack prepare [email protected] --activate 3133
3234 - shell : bash
3335 run : pnpm install
6264 registry-url : https://registry.npmjs.org
6365
6466 - shell : bash
65- run : corepack enable
67+ run :
corepack enable && corepack prepare [email protected] --activate 6668
6769 - shell : bash
6870 run : pnpm install
Original file line number Diff line number Diff line change 1616 registry-url : https://registry.npmjs.org
1717
1818 - shell : bash
19- run : corepack enable
19+ # Workaround for pnpm key check error
20+ # https://github.com/nodejs/corepack/issues/612#issuecomment-2615343301
21+ run :
corepack enable && corepack prepare [email protected] --activate 2022
2123 - shell : bash
2224 run : pnpm install
You can’t perform that action at this time.
0 commit comments