ci: bump node and npm versions in circle.yaml to match travis
This commit is contained in:
parent
0589f93e41
commit
ba52b2e08c
|
@ -1,10 +1,10 @@
|
|||
machine:
|
||||
node:
|
||||
version: 5.4.1
|
||||
version: 6.6.0
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
- npm install -g npm@3.6.0
|
||||
- npm install -g npm@3.5.3
|
||||
|
||||
test:
|
||||
override:
|
||||
|
|
Loading…
Reference in New Issue