mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 23:37:01 -06:00
fix(circleci): updates npm before npm install
npm for node 4 on circleci is really old. This updates npm and will hopefully make the build green again.
This commit is contained in:
parent
c105a07bab
commit
ab4d020212
@ -12,6 +12,7 @@ dependencies:
|
||||
- mkdir -p ${GOPATH}/src/${ORG_PATH}
|
||||
- ln -s ~/grafana ${GOPATH}/src/${ORG_PATH}
|
||||
- go get github.com/tools/godep
|
||||
- npm install -g npm
|
||||
- npm install
|
||||
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user