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
Copy file name to clipboardExpand all lines: docs/checks/nodejs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
Make sure the built-in node.js has access to GitHub.com or GitHub Enterprise Server.
6
6
7
-
The runner carries its own copy of node.js executable under `<runner_root>/externals/node20/`.
7
+
The runner carries its own copies of node.js executables under `<runner_root>/externals/node20/` and `<runner_root>/externals/node24/`.
8
8
9
-
All javascript base Actions will get executed by the built-in `node` at `<runner_root>/externals/node20/`.
9
+
All javascript base Actions will get executed by the built-in `node` at either `<runner_root>/externals/node20/` or `<runner_root>/externals/node24/` depending on the version specified in the action's metadata.
0 commit comments