Revert "Revert "Update default version to node20 (#2844)" (#2918)"

This reverts commit 544f19042b.
This commit is contained in:
Tatyana Kostromskaya
2024-04-18 12:41:26 +02:00
committed by GitHub
parent 1b61d78c07
commit 7f9c42fc15
6 changed files with 13 additions and 9 deletions

View File

@@ -4,9 +4,9 @@
Make sure the built-in node.js has access to GitHub.com or GitHub Enterprise Server.
The runner carries its own copy of node.js executable under `<runner_root>/externals/node16/`.
The runner carries its own copy of node.js executable under `<runner_root>/externals/node20/`.
All javascript base Actions will get executed by the built-in `node` at `<runner_root>/externals/node16/`.
All javascript base Actions will get executed by the built-in `node` at `<runner_root>/externals/node20/`.
> Not the `node` from `$PATH`