heroku / buildpacks-nodejs

Heroku's Cloud Native Buildpacks for Node.js applications.
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Adding Heroku-24 to CI test matrix #841

Closed colincasey closed 5 months ago

colincasey commented 5 months ago

Adds entries to the CI test matrix for heroku/builder:24 as well as the supported architectures arm64 and amd64.

Also adds:

GUS-W-14667534.

colincasey commented 5 months ago

@edmorley thanks for pointing out that target triple configuration. I missed that when I was referencing the python buildpack changes.

I also added some tests to verify assumptions around native node modules installs. Our current cache invalidation logic for modules should handle target architecture changes fine.