Commit 0001cb0f by Dane Springmeyer

upgrade npm

parent 239dfdf2
...@@ -28,6 +28,12 @@ matrix: ...@@ -28,6 +28,12 @@ matrix:
before_install: before_install:
# check if tag exists and matches package.json # check if tag exists and matches package.json
- scripts/validate_tag.sh - scripts/validate_tag.sh
- echo $NODE_VERSION
# upgrade nvm
- node --version
- npm --version
- npm update -g npm
- npm --version
install: install:
# put node-pre-gyp on path # put node-pre-gyp on path
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment