Closed colincasey closed 1 year ago
@colincasey I happened to notice whilst looking at #686 that there are a number of CI jobs not marked as a required in the branch protection status checks list - these are the new CI jobs for the buildpack added here and in #623.
thanks @edmorley. added the 4 new jobs to the required status checks list.
Initial commit of
nodejs-npm-install
npm buildpack which replaces partial functionality from the existing bash-based npm buildpack.The
nodejs-npm-install
buildpack adds support for Heroku's installing and caching an applications node modules. Thenodejs-engine
buildpack has also been modified to provide npm as a default system version.Example Buildpack Output