diff options
Diffstat (limited to 'tooling/github/setup')
| -rw-r--r-- | tooling/github/setup/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tooling/github/setup/action.yml b/tooling/github/setup/action.yml index 32b75db9..71836219 100644 --- a/tooling/github/setup/action.yml +++ b/tooling/github/setup/action.yml @@ -15,7 +15,7 @@ runs: run: pnpm add -g turbo - shell: bash - run: corepack enable + run: npm install -g corepack@0.31.0 && corepack enable - shell: bash run: pnpm install |
