Skip to content

Commit

Permalink
node
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Aug 10, 2023
1 parent 1dd2f99 commit 4367048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker-files/node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -x

# Add NodeJS to sources list
# curl -sL https://deb.nodesource.com/setup_$NODE_MAJOR.x | bash -
curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
curl -fsSL https://deb.nodesource.com/setup_19.x | bash -
apt-get install -y nodejs

# curl -fsSL https://deb.nodesource.com/setup_18.x | bash - &&\
Expand Down

0 comments on commit 4367048

Please sign in to comment.