Skip to content

Commit

Permalink
Bump NodeJS to 20.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Apr 10, 2024
1 parent 6fab150 commit e61039f
Showing 1 changed file with 1 addition and 1 deletion.
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.1'
$NODEJS_VERSION='20.12.2'
$RUBY_VERSION='3.3.0.1'
$NANT_VERSION='0.92.2-gocd'
$ANT_VERSION='1.10.14'
Expand Down

0 comments on commit e61039f

Please sign in to comment.