diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-02-02 21:46:36 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-02-02 21:46:36 +0000 |
| commit | ccd9159ba80d87a5cf1d80544f23faf69d93b1af (patch) | |
| tree | e0b9fc0fbd0102a7c949d619eb0597522bdd0ac9 /tooling | |
| parent | f1d2a80b28e567a80a95994c2a66f5952ee10aba (diff) | |
| download | karakeep-ccd9159ba80d87a5cf1d80544f23faf69d93b1af.tar.zst | |
ci: Fix corepack issue in CI and docker build
Diffstat (limited to 'tooling')
| -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 |
