diff options
Diffstat (limited to 'tooling/github')
| -rw-r--r-- | tooling/github/setup/action.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tooling/github/setup/action.yml b/tooling/github/setup/action.yml index ee1b4f8d..32b75db9 100644 --- a/tooling/github/setup/action.yml +++ b/tooling/github/setup/action.yml @@ -15,6 +15,9 @@ runs: run: pnpm add -g turbo - shell: bash + run: corepack enable + + - shell: bash run: pnpm install env: PUPPETEER_SKIP_DOWNLOAD: "true" |
