-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allowing GA version of node 18 actions runtime #709
Conversation
This reverts commit e600c0e.
}, false), | ||
Description: "The Node runtime. Defaults to `node12`. Possible values are: " + | ||
"`node12`, `node16` or `node18`.", | ||
"`node12`, `node16` or `node18-actions`.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While node18
is technically a valid value, it will be removed at a future date and we should encourage our users to leverage the GA version.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## v1 #709 +/- ##
=======================================
Coverage 87.60% 87.60%
=======================================
Files 84 84
Lines 13573 13574 +1
=======================================
+ Hits 11890 11891 +1
Misses 1272 1272
Partials 411 411
|
this problem still occurs in TerraformProvider 1.1.2 - can you please give an update how to use node18-actions as value with terraform ? Thx, Markus |
🔧 Changes
As reported by #705 , a new
node18-actions
value exists specifically for Node 18 GA whereas the previousnode18
value is designated for beta. This PR adds that value to the validation list but also de-emphasizes the usage of the beta version to encourage users to leverage the GA version by default.📚 References
Related Issue: #705
🔬 Testing
Changing acceptance test to use new value, confirming its usage.
📝 Checklist