From 3ceb2c438724f790627068bce104c1a4ac500d44 Mon Sep 17 00:00:00 2001 From: Jiawen Geng Date: Mon, 10 Apr 2023 02:22:50 +0800 Subject: [PATCH] build: add node-core-utils to setup PR-URL: https://github.com/nodejs/node/pull/47442 Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca --- .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: