From ccd9159ba80d87a5cf1d80544f23faf69d93b1af Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 2 Feb 2025 21:46:36 +0000 Subject: ci: Fix corepack issue in CI and docker build --- tooling/github/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tooling/github') 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 -- cgit v1.2.3-70-g09d2