Skip to content

Commit

Permalink
Unlock node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Sep 16, 2024
1 parent 487e5c6 commit fb2d080
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fb2d080

Please sign in to comment.