From e9bf8b4d88717cd240d2d28777fb789da6b9bc5f Mon Sep 17 00:00:00 2001 From: Jiawen Geng Date: Thu, 6 Apr 2023 02:25:37 +0000 Subject: [PATCH] build: add node-core-utils to setup --- .gitpod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitpod.yml b/.gitpod.yml index e01e98fab5a1c6..b674e800f4c015 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,7 @@ # Ref: https://github.com/gitpod-io/gitpod/issues/6283#issuecomment-1001043454 tasks: - init: ./configure && timeout 50m make -j16 || true + - init: pnpm i -g node-core-utils # Ref: https://www.gitpod.io/docs/prebuilds#github-specific-configuration github: