From 0796f840a1a0e02a41d51b540645796bb8c038f3 Mon Sep 17 00:00:00 2001 From: Alex Tkachev Date: Mon, 3 Feb 2025 12:54:18 +0400 Subject: [PATCH] ci: a workaround for corepack issue --- devbox.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devbox.json b/devbox.json index f7785f74a..87de46857 100644 --- a/devbox.json +++ b/devbox.json @@ -1,6 +1,8 @@ { "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json", "env": { + // TODO: Remove when https://github.com/nodejs/corepack/issues/612 is solved. + "COREPACK_INTEGRITY_KEYS": "0", "GATSBY_TELEMETRY_DISABLED": "1", "DEVBOX_COREPACK_ENABLED": "true", "PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS": "true"