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
|
||||
language: node_js
|
||||
node_js:
|
||||
- '10'
|
||||
- '12'
|
||||
env:
|
||||
matrix:
|
||||
- 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"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
"node": ">=12"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/server-impl.js",
|
||||
|
Loading…
Reference in New Issue
Block a user