-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add nodejs:10 to default set of runtimes for ansible/vagrant #4124
Conversation
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.
Looks good except for the one typo noted above.
docs/actions-nodejs.md
Outdated
@@ -43,7 +43,7 @@ and demonstrate how to bundle multiple JavaScript files and third party dependen | |||
|
|||
The CLI automatically infers the type of the action by using the source file extension. | |||
For `.js` source files, the action runs by using a Node.js runtime. You may specify | |||
the Node.js runtime to use by explicitly specifying the parameter `--kind nodejs:6` or `--kind nodejs:8`. | |||
the Node.js runtime to use by explicitly specifying the parameter `--kind nodejs:10`, `--kind nodejs:8`, or `--kind nodejs:10` |
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.
typo? has :10 twice, but missing :6.
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.
is fixed now @dgrove-oss
Codecov Report
@@ Coverage Diff @@
## master #4124 +/- ##
==========================================
- Coverage 86.16% 81.28% -4.88%
==========================================
Files 151 151
Lines 7263 7263
Branches 466 466
==========================================
- Hits 6258 5904 -354
- Misses 1005 1359 +354
Continue to review full report at Codecov.
|
Description
Add nodejs:10 to default set of runtimes
Related issue and scope
My changes affect the following components
Types of changes
Checklist: