Notice
If you are reporting an issue with the hosted Google Cloud Build service, please contact your Google Cloud Support representative or report your issue using Google's public issue tracker.
This GitHub issue tracker is intended for bugs with the officially supported builder images only. This issue tracker is not the right place to report issues with triggers or notifications.
If you're not sure where to report your issue, use Google's public issue tracker.
Affected builder image
gcr.io/cloud-builders/npm
Expected Behavior
Support for Node 20, 22, 24
Actual Behavior
Node 19 is tagged as the "latest" version here.
Steps to Reproduce the Problem
name = "gcr.io/cloud-builders/npm"
Additional Info
We're currently at Node 24, 19 was never an LTS version and shouldn't have been used in a builder image IMO. It was last updated April 10, 2023, over 2 years ago.
Notice
If you are reporting an issue with the hosted Google Cloud Build service, please contact your Google Cloud Support representative or report your issue using Google's public issue tracker.
This GitHub issue tracker is intended for bugs with the officially supported builder images only. This issue tracker is not the right place to report issues with triggers or notifications.
If you're not sure where to report your issue, use Google's public issue tracker.
Affected builder image
gcr.io/cloud-builders/npmExpected Behavior
Support for Node 20, 22, 24
Actual Behavior
Node 19 is tagged as the "latest" version here.
Steps to Reproduce the Problem
name = "gcr.io/cloud-builders/npm"Additional Info
We're currently at Node 24, 19 was never an LTS version and shouldn't have been used in a builder image IMO. It was last updated April 10, 2023, over 2 years ago.