Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-26build: make GitPod less noisyRich Trott
Disable prebuilds for pull requests. addComment now defaults to false so we don't need to set it anymore. Refs: https://github.com/nodejs/node/pull/43789#issuecomment-1182875886 Refs: https://www.gitpod.io/docs/prebuilds#github-specific-configuration PR-URL: https://github.com/nodejs/node/pull/43829 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
2022-07-12build: enable GitPod prebuildsRich Trott
PR-URL: https://github.com/nodejs/node/pull/43698 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Danielle Adams <adamzdanielle@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>