Commit a8c7950
committed
Specify Node.js 16.x runtime for action execution in runner
The Node.js version for use when executing the action in the GitHub Actions runner is configured via the `runs.using`
field of the `action.yml` metadata file.
Previously, the action was configured to use Node.js 12.x. This was actually the result of an oversight, as Node.js 16.x
has been used for the development and validation of the action since 2022-01-10. It will be important to use the same
version on the runner as the action is validated for by the project infrastructure in order to ensure the expected
behavior.
In addition, GitHub has deprecated the use of Node.js 12.x runtime. A warning about this was shown in the workflow run
summary page of all workflows using this action. That warning will be resolved, and the eventual complete breakage of
those workflows avoided, by this change.1 parent ead3aaf commit a8c7950
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments