Skip to content

Commit 44cec19

Browse files
committed
Vagrant VM: upgrade to Node 22
1 parent f31af75 commit 44cec19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $frontend = <<-SHELL
66
sed -i -e 's#security.ubuntu.com#old-releases.ubuntu.com#' /etc/apt/sources.list
77
88
# Enable the NodeSource repository
9-
curl -sL https://deb.nodesource.com/setup_20.x | bash -
9+
curl -sL https://deb.nodesource.com/setup_22.x | bash -
1010
1111
# Generate list of installed packages
1212
dpkg -l | awk '$1 == "ii" { printf "%s\\n", $2 }' > /vagrant/vm_apt_installed.txt
@@ -96,7 +96,7 @@ $epub = <<-SHELL
9696
sed -i -e 's#security.ubuntu.com#old-releases.ubuntu.com#' /etc/apt/sources.list
9797
9898
# Enable the NodeSource repository
99-
curl -sL https://deb.nodesource.com/setup_20.x | bash -
99+
curl -sL https://deb.nodesource.com/setup_22.x | bash -
100100
101101
# Generate list of installed packages
102102
dpkg -l | awk '$1 == "ii" { printf "%s\\n", $2 }' > /vagrant/vm_apt_installed.txt

0 commit comments

Comments
 (0)