Skip to content

Commit

Permalink
Bump NodeJS to 22.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Oct 30, 2024
1 parent bf94102 commit 9ab3ca5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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]+11.0.LTS" \
"[email protected]" \
"node@22.10.0"
"node@22.11.0"
step install_ruby_default_gems
step install_yarn

Expand Down
4 changes: 2 additions & 2 deletions provision/provision-install-packages.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$JAVA_VERSION='21.0.4.7'
$NODEJS_VERSION='22.9.0'
$NODEJS_VERSION='22.11.0'
$RUBY_VERSION='3.3.5.1'

$GOLANG_BOOTSTRAPPER_VERSION='2.21'
Expand Down Expand Up @@ -41,7 +41,7 @@ Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
RefreshEnv

# install packages
choco install --no-progress -y nodejs --version="${NODEJS_VERSION}"
choco install --no-progress -y nodejs-lts --version="${NODEJS_VERSION}"
RefreshEnv
corepack enable
yarn --version
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]+11.0.LTS" \
"[email protected]" \
"node@22.10.0"
"node@22.11.0"
step install_ruby_default_gems
step install_yarn

Expand Down

0 comments on commit 9ab3ca5

Please sign in to comment.