Any person that wants to contribute to the Worker is welcome! Please read the Contribution Guidelines to better understand the structure of this repository.
There is a staging environment available at https://dist-worker-staging.nodejs.workers.dev/. The Worker is automatically deployed to this environment when commits are merged into the main branch.
The production environment is available at https://r2.nodejs.org. Deployments here are done manually by a Collaborator.
A Cloudflare Worker that serves Node.js downloads and documentation.
Contributing
This project adopts the Node.js Code of Conduct.
Any person that wants to contribute to the Worker is welcome! Please read the Contribution Guidelines to better understand the structure of this repository.
Deployment
The Worker is deployed to Cloudflare via a Github Action.
There is a staging environment available at https://dist-worker-staging.nodejs.workers.dev/. The Worker is automatically deployed to this environment when commits are merged into the
mainbranch.The production environment is available at https://r2.nodejs.org. Deployments here are done manually by a Collaborator.
Relevant Links
Code of Conduct
Contribution Guidelines
Collaborator Guideline
License
This repo is licensed under the terms of the MIT License. It is based off of Kotx’s render worker, which is also licensed under the MIT license.
Thanks