From fb2d08062759472c069e62cb14d4d10b5a08740e Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Mon, 16 Sep 2024 14:23:17 +0200 Subject: [PATCH] Unlock node v20 --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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