Skip to content

Commit

Permalink
Bump NodeJS to 20.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Apr 4, 2024
1 parent 3c0e210 commit a4dd63c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion provision/provision-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function provision() {
step install_mise_tools \
"[email protected]+7" \
"[email protected]" \
"[email protected].0"
"[email protected].1"
step install_ruby_default_gems
step install_yarn

Expand Down
2 changes: 1 addition & 1 deletion provision/provision-install-packages.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$JAVA_VERSION='17.0.10'
$JAVA_MAJOR_VERSION=$JAVA_VERSION.Split(".")[0]
$NODEJS_VERSION='20.12.0'
$NODEJS_VERSION='20.12.1'
$RUBY_VERSION='3.3.0.1'
$NANT_VERSION='0.92.2-gocd'
$ANT_VERSION='1.10.14'
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_mise_tools \
"[email protected]+7" \
"[email protected]" \
"[email protected].0"
"[email protected].1"
step install_ruby_default_gems
step install_yarn

Expand Down

0 comments on commit a4dd63c

Please sign in to comment.