chore: test against Node.js 13 (#10591)

This commit is contained in:
Huáng Jùnliàng
2019-10-22 18:23:20 -04:00
committed by Nicolò Ribaudo
parent 5b40845afe
commit 1770dace34
2 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@
"@lerna/**/@lerna/collect-updates": "https://github.com/babel/lerna.git#babel-collect-updates"
},
"engines": {
"node": ">= 6.9.0 < 13.0.0",
"node": ">= 6.9.0 < 14.0.0",
"npm": ">= 3.x <= 6.x",
"yarn": ">=0.27.5 || >=1.0.0-20170811"
},