1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

fix: Build with node-10

This commit is contained in:
ivaosthu 2019-10-09 20:02:15 +02:00
parent 2603ce8d5d
commit 086d80d6fd
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- 8
- 10
before_install: yarn global add greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
script: yarn run test:ci

View File

@ -20,7 +20,7 @@
"url": "https://github.com/finn-no/unleash/issues"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"license": "Apache-2.0",
"scripts": {