build: add node-core-utils to setup

PR-URL: https://github.com/nodejs/node/pull/47442
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Jiawen Geng 2023-04-10 02:22:50 +08:00 committed by Moshe Atlow
parent a5f214c00c
commit 3ceb2c4387
No known key found for this signature in database
GPG key ID: CB1159A696865149

View file

@ -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: