From 67695024809675630131aa562d652b8c120ff2b1 Mon Sep 17 00:00:00 2001 From: wlongabaugh Date: Wed, 11 Sep 2024 15:08:01 -0700 Subject: [PATCH] Update node --- idc-deploy-shell/install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idc-deploy-shell/install-deps.sh b/idc-deploy-shell/install-deps.sh index bf17fc6c637..a71dfd99215 100644 --- a/idc-deploy-shell/install-deps.sh +++ b/idc-deploy-shell/install-deps.sh @@ -34,7 +34,7 @@ apt-get install -y g++ # needed by yarn install... # https://github.com/nodesource/distributions/blob/master/README.md#deb # -curl -sL https://deb.nodesource.com/setup_14.x | bash - +curl -sL https://deb.nodesource.com/setup_16.x | bash - apt-get install -y nodejs curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -