diff --git a/CHANGELOG.md b/CHANGELOG.md index 524d238ba..b8af23fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ permalink: /docs/en-US/changelog/ ### Enhancements -* Switched the default PHP from v7.4 to v8.2 and default Node from v14 to v16 ( #2690 ) +* Switched the default PHP from v7.4 to v8.2 and ~default Node from v14 to v16~ ( #2690 ) +* Use Node 20 as the default version to match WP and Gutenberg ( #2696 ) * WP Coding standards v3 ( #2688 ) * VIP Coding standards v3 ( #2688 ) * Better error messages with links to docs when trying to use a PHP version that isn't installed ( #2689 ) diff --git a/provision/core/node-nvm/provision.sh b/provision/core/node-nvm/provision.sh index 302a600f5..0b6c361e8 100644 --- a/provision/core/node-nvm/provision.sh +++ b/provision/core/node-nvm/provision.sh @@ -53,9 +53,9 @@ function vvv_nvm_setup() { fi - vvv_info " - Installing Node 16 via nvm" - nvm install 16 - nvm use 16 + vvv_info " - Installing Node 20 via nvm" + nvm install 20 + nvm use 20 vvv_info " - Ensuring vagrant user owns its own nvm folder" chown -R vagrant:vagrant /home/vagrant/.nvm/