Allow Node 15.x (#20108)

Co-authored-by: Justus Hämäläinen <me@justushamalainen.fi>
This commit is contained in:
Justus Hämäläinen
2020-10-27 17:16:16 +02:00
committed by GitHub
parent 4e5d7faf54
commit 06a4615be2

View File

@@ -98,7 +98,7 @@
"yargs": "^15.3.1"
},
"devEngines": {
"node": "8.x || 9.x || 10.x || 11.x || 12.x || 13.x || 14.x"
"node": "8.x || 9.x || 10.x || 11.x || 12.x || 13.x || 14.x || 15.x"
},
"jest": {
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"