Skip to content

Commit

Permalink
Lock node-pre-gyp to v0.8.0
Browse files Browse the repository at this point in the history
Provides an opportunity to test new releases to filter regression. Fixes a recent bug introduced in v0.9.0 that broke some builds.
  • Loading branch information
ramijarrar committed Mar 21, 2018
1 parent a73a622 commit f5b22e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fi
# Install global node-pre-gyp
if ! hash node-pre-gyp 2>/dev/null; then
print "Installing global node-pre-gyp"
npm install -g node-pre-gyp || error_exit "Could not install node-pre-gyp"
npm install -g node-pre-gyp@0.8.0 || error_exit "Could not install node-pre-gyp"
fi

# -------------------------------
Expand Down

0 comments on commit f5b22e7

Please sign in to comment.