Ulises Gascón
Ulises Gascón
While working on https://github.com/nodejs/build/issues/3616, I opened the [ticket SERVICE-178721](https://portal.macstadium.com/support-center/tickets/SERVICE-178721) asking for support on VPN connectivity issues, seems like we need to find a good maintenance window for: > In addition...
It would be beneficial to begin brainstorming ideas on how we can incorporate MacOS 12.x and 13.x into our current infrastructure. I anticipate that we will need to make the...
Refs: https://github.com/nodejs/build/issues/3089#issuecomment-1713487992
Seems like there is traction to use Terraform to manage changes in Cloudflare. https://github.com/nodejs/build/issues/3220. I would love to discuss this idea further and take the lead on the initiative if...
As commented in https://github.com/nodejs/build/issues/2917#issuecomment-1320930987. We need a basic bash script to clean up the mac, I created a fork from [paulaime/CleanUpMac](https://github.com/paulaime/CleanUpMac): cleaner.sh ```bash # Maintenance script for macOS # Custom...
### TL:DR; We will change the way we serve the binaries, so we want to ensure that the binaries are properly migrated. Additionally, we can take this opportunity to have...
I was thinking that currently we are [only tracking](https://github.com/nodejs/jenkins-alerts/blob/main/.github/workflows/test-ci.yml#L25) the machines under `ci.nodejs.org`, but this is limited to the test machines. Should we extended it to the release machines?
### TL;DR: I want to migrate my repository [UlisesGascon/nodejs-distribution-system-monitoring](https://github.com/UlisesGascon/nodejs-distribution-system-monitoring) to the Node.js org (as `nodejs/binaries-integrity-checker`), in order to help the website and build teams to monitor the Node.js Binaries during...
Seems like the current `master` branch have some broken tests when running Node@8 and Node@9. I realized that with the PR: https://github.com/jshttp/http-errors/pull/107. Similar error in both cases: https://github.com/jshttp/http-errors/actions/runs/8278069455/job/22650768076#step:10:104, here is...
### Main changes - Added Nodejs 16 as the minimum version and regenerated pkg lock file (422579b) - Added support for NVM ### Changelog - 422579b chore: added Nodejs 16...