Skip to content

Commit

Permalink
upgrade to node 16.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Jul 23, 2022
1 parent 35ec4dc commit 2520a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/windows/provision-tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ choco install -y gradle --version 7.4.2

# install the node.js development tools.
# see https://community.chocolatey.org/packages/nodejs-lts
choco install -y nodejs-lts --version 16.15.1
choco install -y nodejs-lts --version 16.16.0

# install the rust development tools.
# see https://community.chocolatey.org/packages/rust-ms
Expand Down

0 comments on commit 2520a3f

Please sign in to comment.