Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 273 Bytes

File metadata and controls

19 lines (13 loc) · 273 Bytes

Go Buildpack

Compatible apps:

  • Nodejs apps that use npm.

Usage

pack build nodejs_npm_project --builder drycc/buildpacks:20

Version

You can generate a declared version of .node-version in the directory.

cat > ".node-version" <<EOL
x.y.z
EOL