Skip to content

Commit

Permalink
bump nodejs version to resolve yarn issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kwatson committed Jan 13, 2024
1 parent d17720e commit 5358094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN set -ex; \
; \
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
; \
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list \
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list \
; \
apt-get update && apt-get install -y nodejs \
&& corepack enable \
Expand Down

0 comments on commit 5358094

Please sign in to comment.