Skip to content

Commit 253e32c

Browse files
harshbafnamaaquib
andauthored
freeze node version to 14.13.1 (#757)
Co-authored-by: Aaqib <[email protected]>
1 parent 878d248 commit 253e32c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/regression_tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ install_torchserve_from_source() {
4848
sudo apt-get -y install nodejs-dev node-gyp libssl1.0-dev
4949
sudo apt-get -y install npm
5050
sudo npm install -g n
51-
sudo n latest
51+
# newman installation fails with latest version of node js
52+
# ref : https://github.com/npm/cli/issues/2000
53+
sudo n 14.13.1
5254
export PATH="$PATH"
5355
sudo npm install -g newman newman-reporter-html
5456

0 commit comments

Comments
 (0)