Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 2.73 KB

README.md

File metadata and controls

46 lines (33 loc) · 2.73 KB

Paketo Buildpack for Node.js

gcr.io/paketo-buildpacks/nodejs

The Node.js Paketo Buildpack provides a set of collaborating buildpacks that enable the building of a Node.js-based application. These buildpacks include:

The buildpack supports building/running simple Node applications or applications which utilize either NPM or Yarn for managing their dependencies. Support for each of these package managers is mutually exclusive.

Usage examples can be found in the samples repository under the nodejs directory.

The Node.js buildpack is compatible with the following builder(s):

This buildpack also includes the following utility buildpacks:

Check out the Paketo Node.js docs for more information.

Maintenance

Go Module Versioning

Each buildpack is a Go module, and in the case of the Node.js buildpacks, we only maintain and support the latest versions, without providing support for any previous major or minor versions. Further the team does not currently commit to maintain the go major versions to in sync with the Semver versions used to publish releases. Keeping the go major versions up to date with the versions used to publish the buildpacks and consumed in the buildpack tomls is addhoc and based PRs being sumitted by the community.