mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
update node and npm before tests
This commit is contained in:
parent
d34e36831c
commit
7529a86d01
10
circle.yml
10
circle.yml
@ -1,3 +1,11 @@
|
||||
machine:
|
||||
node:
|
||||
version: 4.7.0
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
- npm install -g npm@latest
|
||||
|
||||
deployment:
|
||||
production:
|
||||
branch: master
|
||||
@ -16,4 +24,4 @@ test:
|
||||
general:
|
||||
branches:
|
||||
ignore:
|
||||
- gh-pages
|
||||
- gh-pages
|
Loading…
Reference in New Issue
Block a user