diff --git a/Dockerfile b/Dockerfile index bbf81d3..0eb8a11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,5 +24,5 @@ RUN groupmod -g 1000 runner && usermod -u 1000 runner USER runner -# Make sure default installed node and such are available for use -ENV PATH="/home/runner/.local/bin:$PATH" +# Make sure default installed node available for use +ENV PATH="/home/runner/externals/node20/bin/:$PATH" diff --git a/README.md b/README.md index c452ed9..a8236ff 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ Also includes the following tools: * terraform * AWS CLI (v2) -Also unlocks the installed tools in `/home/runner/.local/bin` by adding it into the `$PATH` environment variable. +Unlocks node v20 that is already available in the image