aboutsummaryrefslogtreecommitdiffstats
path: root/tooling
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-02-02 21:46:36 +0000
committerMohamed Bassem <me@mbassem.com>2025-02-02 21:46:36 +0000
commitccd9159ba80d87a5cf1d80544f23faf69d93b1af (patch)
treee0b9fc0fbd0102a7c949d619eb0597522bdd0ac9 /tooling
parentf1d2a80b28e567a80a95994c2a66f5952ee10aba (diff)
downloadkarakeep-ccd9159ba80d87a5cf1d80544f23faf69d93b1af.tar.zst
ci: Fix corepack issue in CI and docker build
Diffstat (limited to 'tooling')
-rw-r--r--tooling/github/setup/action.yml2
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