mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-20 23:21:29 +00:00
Set Node 6.0 as minimum version
This commit is contained in:
parent
ebdd55bdfe
commit
ee41dc2b92
1 changed files with 3 additions and 0 deletions
|
|
@ -70,5 +70,8 @@
|
||||||
"jest": "^24.8.0",
|
"jest": "^24.8.0",
|
||||||
"ts-jest": "^24.0.2",
|
"ts-jest": "^24.0.2",
|
||||||
"typescript": "^3.5.3"
|
"typescript": "^3.5.3"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 6.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue