mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 06:43:24 +00:00
Update NodeJS Version
Over the new few days I will test the newer major versions, for now just bumping to the latest V4 LTS
This commit is contained in:
@@ -3,7 +3,7 @@ notifications:
|
|||||||
email: false
|
email: false
|
||||||
sudo: false
|
sudo: false
|
||||||
node_js:
|
node_js:
|
||||||
- "4.2.6"
|
- "4.8.1"
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
@@ -12,4 +12,4 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- npm test
|
- npm test
|
||||||
|
|||||||
Reference in New Issue
Block a user