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
Actions now support the Node.js 18 runtime. The Action resource's runtime property has a validation that restricts the runtime values to only node12 and node16.
Describe the ideal solution
The code should be updated to allow for the node18 runtime value.
Alternatives and current workarounds
None when using the TF provider. Workarounds would require switching to a different method of deploying the configuration.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Hey @brianhyder 👋🏻 Thanks for raising this to our attention. We're adding support for node18 within #442, and it will be part of the the upcoming release happening next week.
Checklist
Describe the problem you'd like to have solved
Actions now support the Node.js 18 runtime. The Action resource's
runtime
property has a validation that restricts the runtime values to onlynode12
andnode16
.Describe the ideal solution
The code should be updated to allow for the
node18
runtime value.Alternatives and current workarounds
None when using the TF provider. Workarounds would require switching to a different method of deploying the configuration.
Additional context
No response
The text was updated successfully, but these errors were encountered: