mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-23 00:16:25 +01:00
fix: Build with node-10
This commit is contained in:
parent
2603ce8d5d
commit
086d80d6fd
@ -1,7 +1,7 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 8
|
- 10
|
||||||
before_install: yarn global add greenkeeper-lockfile@1
|
before_install: yarn global add greenkeeper-lockfile@1
|
||||||
before_script: greenkeeper-lockfile-update
|
before_script: greenkeeper-lockfile-update
|
||||||
script: yarn run test:ci
|
script: yarn run test:ci
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
"url": "https://github.com/finn-no/unleash/issues"
|
"url": "https://github.com/finn-no/unleash/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8"
|
"node": ">=10"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user