mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
feat: require node >= 12
This commit is contained in:
parent
e88450a008
commit
2815ab0fd5
@ -1,7 +1,7 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '10'
|
- '12'
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- DATABASE_URL=postgres://postgres@localhost:5432/unleash_test TEST_DATABASE_URL=postgres://postgres@localhost:5432/unleash_test
|
- DATABASE_URL=postgres://postgres@localhost:5432/unleash_test TEST_DATABASE_URL=postgres://postgres@localhost:5432/unleash_test
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
"url": "https://github.com/unleash/unleash/issues"
|
"url": "https://github.com/unleash/unleash/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "./lib/server-impl.js",
|
"main": "./lib/server-impl.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user