You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement related to a problem? Please describe.
The current node versions are restricted up to 20. This causes a build to fail if it is running on a docker image running PHP 8.3 (which is now the supported version). The node LTS version is changing and we will want to support Node 22 and higher.
So, this will need to be updated to support not just a new node version, but also for common PHP docker images for builds.
Designs
No response
Describe alternatives you've considered
For now, we can attempt to force a different node version to be used. Although, at some point, this can introduce security issues until we allow greater node versions to be used.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your enhancement related to a problem? Please describe.
The current node versions are restricted up to 20. This causes a build to fail if it is running on a docker image running PHP 8.3 (which is now the supported version). The node LTS version is changing and we will want to support Node 22 and higher.
In WPVIP builds, you will see that PHP 8.3 is used alongside obtaining the node version using this common docker image:
https://github.com/CircleCI-Public/cimg-php/blob/main/8.3/node/Dockerfile#L8
It obtains the latest LTS node version from the URL https://raw.githubusercontent.com/CircleCI-Public/cimg-node/main/ALIASES
So, this will need to be updated to support not just a new node version, but also for common PHP docker images for builds.
Designs
No response
Describe alternatives you've considered
For now, we can attempt to force a different node version to be used. Although, at some point, this can introduce security issues until we allow greater node versions to be used.
Code of Conduct
The text was updated successfully, but these errors were encountered: