1
0
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:
Ivar Conradi Østhus 2020-04-13 22:42:31 +02:00
parent e88450a008
commit 2815ab0fd5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",