From f510a000031093866b24c1e0521eb88db15fdb56 Mon Sep 17 00:00:00 2001 From: Vivek Miglani Date: Fri, 8 Oct 2021 10:46:38 -0700 Subject: [PATCH] Test Node Fix Differential Revision: D31508263 fbshipit-source-id: 8155897430d1d765ce9d257d9afa91789e34420a --- scripts/install_via_pip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_via_pip.sh b/scripts/install_via_pip.sh index 0e2e466932..7a13dedb9e 100755 --- a/scripts/install_via_pip.sh +++ b/scripts/install_via_pip.sh @@ -24,7 +24,7 @@ while getopts 'ndfv:' flag; do # install nodejs and yarn for insights build sudo apt-get update sudo apt install apt-transport-https ca-certificates -curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - +curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt update