Skip to content

Commit

Permalink
Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
steved0x authored Jun 20, 2023
1 parent 51a28a7 commit 51e2863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .agent-tools/build-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -z "$DOTNET_VERSION" ]; then
fi

# Add the Node.js PPA so that we can install the latest version
curl -sL https://deb.nodesource.com/setup_18.x | bash -
curl -sL https://deb.nodesource.com/setup_16.x | bash -

# Install Node.js and jq
apt-get install -y nodejs
Expand Down

0 comments on commit 51e2863

Please sign in to comment.