Update Node.js to v14 (#10515)

This commit is contained in:
renovate[bot] 2020-05-15 20:45:36 +02:00 committed by GitHub
parent c92f57caa6
commit 1136e08393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

2
.nvmrc
View File

@ -1 +1 @@
13.14.0
14.2.0

View File

@ -7,7 +7,7 @@
"url": "https://github.com/sourcegraph/sourcegraph"
},
"engines": {
"node": ">=8.0.0 <14.0.0",
"node": "^14.2.0",
"yarn": "^1.10.1"
},
"scripts": {

View File

@ -2,6 +2,11 @@
"$schema": "http://json.schemastore.org/renovate",
"extends": ["github>sourcegraph/renovate-config"],
"semanticCommits": false,
"engines": {
"node": {
"rangeStrategy": "bump"
}
},
"packageRules": [
{
"packageNames": ["typescript"],