mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
ensure npm up to date
This commit is contained in:
parent
4c555db31e
commit
8aa4e49399
@ -9,6 +9,7 @@ matrix:
|
|||||||
- node_js: 10
|
- node_js: 10
|
||||||
before_script:
|
before_script:
|
||||||
# Remove the './node_modules/.bin:' entry, see https://github.com/travis-ci/travis-ci/issues/8813
|
# Remove the './node_modules/.bin:' entry, see https://github.com/travis-ci/travis-ci/issues/8813
|
||||||
|
- npm i -g npm
|
||||||
- export PATH=`echo ${PATH} | sed -re 's,(^|:)(./)?node_modules/.bin($|:),\1,'`
|
- export PATH=`echo ${PATH} | sed -re 's,(^|:)(./)?node_modules/.bin($|:),\1,'`
|
||||||
- npm install -g istanbul grunt-cli coveralls
|
- npm install -g istanbul grunt-cli coveralls
|
||||||
- npm install node-red
|
- npm install node-red
|
||||||
|
Loading…
Reference in New Issue
Block a user