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:
parent
2603ce8d5d
commit
086d80d6fd
@ -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
|
||||
|
@ -20,7 +20,7 @@
|
||||
"url": "https://github.com/finn-no/unleash/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
"node": ">=10"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user