Skip to content

Commit 0755f00

Browse files
vivekmigfacebook-github-bot
authored andcommitted
Upgrade Node Version for pip install (#788)
Summary: Upgrading node install version to 14 to match conda install and fix CircleCI test failures Pull Request resolved: #788 Reviewed By: aobo-y Differential Revision: D31508263 fbshipit-source-id: 43dc8ceb4fc53529f6cc2b5c76eb8d8b792c5a78
1 parent 7500933 commit 0755f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_via_pip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ while getopts 'ndfv:' flag; do
2424
# install nodejs and yarn for insights build
2525
sudo apt-get update
2626
sudo apt install apt-transport-https ca-certificates
27-
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
27+
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
2828
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
2929
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
3030
sudo apt update

0 commit comments

Comments
 (0)