File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ permalink: /docs/en-US/changelog/
1010
1111### Enhancements
1212
13- * Switched the default PHP from v7.4 to v8.2 and default Node from v14 to v16 ( #2690 )
13+ * Switched the default PHP from v7.4 to v8.2 and ~ default Node from v14 to v16~ ( #2690 )
14+ * Use Node 20 as the default version to match WP and Gutenberg ( #2696 )
1415* WP Coding standards v3 ( #2688 )
1516* VIP Coding standards v3 ( #2688 )
1617* Better error messages with links to docs when trying to use a PHP version that isn't installed ( #2689 )
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ function vvv_nvm_setup() {
5353
5454 fi
5555
56- vvv_info " - Installing Node 16 via nvm"
57- nvm install 16
58- nvm use 16
56+ vvv_info " - Installing Node 20 via nvm"
57+ nvm install 20
58+ nvm use 20
5959
6060 vvv_info " - Ensuring vagrant user owns its own nvm folder"
6161 chown -R vagrant:vagrant /home/vagrant/.nvm/
You can’t perform that action at this time.
0 commit comments