Skip to content

Commit

Permalink
x-tools: Bump Node.js to 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Feb 10, 2024
1 parent aa29d8b commit b8167b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-tools/scripts/install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apt-get install -y \
valac \
$extra_packages

curl -sL https://deb.nodesource.com/setup_18.x | bash
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs

npm install -g cloudflare-cli
Expand Down

0 comments on commit b8167b0

Please sign in to comment.