Update default version to node20 (#2844)

This commit is contained in:
Tatyana Kostromskaya
2023-10-09 06:48:16 +02:00
committed by GitHub
parent b4a7bb0969
commit acdc6edf7c
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`