Skip to content

Commit

Permalink
Bump NodeJS to 16.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jul 11, 2022
1 parent 2a03f57 commit 187b7de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion provision/install-packages.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$GOLANG_BOOTSTRAPPER_VERSION='2.3'
$P4_VERSION='15.1'
$P4D_VERSION='16.2'
$NODEJS_VERSION='16.15.1'
$NODEJS_VERSION='16.16.0'
$RUBY_VERSION='2.7.6.1'
$NANT_VERSION='0.92.2'
$ANT_VERSION='1.10.12'
Expand Down
2 changes: 1 addition & 1 deletion provision/provision-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function provision() {
step install_global_ruby "2.7.6"

step install_nodenv
step install_global_node "16.15.1"
step install_global_node "16.16.0"
step install_yarn

step install_jabba
Expand Down
2 changes: 1 addition & 1 deletion provision/provision-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function provision() {
step install_global_ruby "2.7.6"

step install_nodenv
step install_global_node "16.15.1"
step install_global_node "16.16.0"
step install_yarn

step install_jabba
Expand Down

0 comments on commit 187b7de

Please sign in to comment.