Looks like this tool comes with 3 versions of node,js.
How can I easily set up to use node 20? I only figured out this:
export PATH=/opt/acttoolcache/node/20.19.6/x64/bin:$PATH
or
echo "PATH=/opt/acttoolcache/node/20.19.6/x64/bin:$PATH" >> $GITHUB_ENV
Also searched documentation and was unable to find anything