feedhenry / fh-sync

Node.js implementation of the FeedHenry Data Synchronisation Server. To be used in conjunction with the FeedHenry Data Synchronisation Client.
http://feedhenry.org
Apache License 2.0
5 stars 17 forks source link

[task]:RHMAP-20282- Update CI process to use supported versions #43

Closed camilamacedo86 closed 6 years ago

camilamacedo86 commented 6 years ago

JIRA

https://issues.jboss.org/browse/RHMAP-20282

WHAT

Update NodeJS version to use 4, 6, and 8 as follows.

node_js:
  - '4'
  - '6'
  - '8'

Update npm version to 3.10.8

WHY

Use in the CI the currently supported versions.

Verification Steps:

Check if the all steps in Trevis are finishing with success.