Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 32bc3e7

Browse files
authoredJan 2, 2024
switch to Node 20 to match WP core defaults
1 parent 92263f5 commit 32bc3e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎provision/core/node-nvm/provision.sh

+3-3
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)
This repository has been archived.