From 21f0067501807af5bd451749827139852f0a21d5 Mon Sep 17 00:00:00 2001 From: Dmitriy Stoyanov Date: Tue, 29 Oct 2024 15:08:49 +0000 Subject: [PATCH 1/2] Update Node.js to version 18.x Update node.js to version 18.x in order to support existing version of lighthouse https://github.com/catchpoint/WebPageTest.agent/issues/671 --- debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index 316c267..30bb822 100755 --- a/debian.sh +++ b/debian.sh @@ -136,7 +136,7 @@ fi #************************************************************************************************** # Node JS -curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - +curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash - # Agent dependencies echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections From edcdcd1ee778376145dfc10300479e04361b1d2a Mon Sep 17 00:00:00 2001 From: Dmitry Stoyanov Date: Tue, 19 Nov 2024 15:17:32 +0300 Subject: [PATCH 2/2] Update node to 20.x --- debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index 30bb822..15f06e3 100755 --- a/debian.sh +++ b/debian.sh @@ -136,7 +136,7 @@ fi #************************************************************************************************** # Node JS -curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash - +curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - # Agent dependencies echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections