mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 13:11:49 +00:00
Update Node.js to v14 (#10515)
This commit is contained in:
parent
c92f57caa6
commit
1136e08393
@ -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": {
|
||||
|
||||
@ -2,6 +2,11 @@
|
||||
"$schema": "http://json.schemastore.org/renovate",
|
||||
"extends": ["github>sourcegraph/renovate-config"],
|
||||
"semanticCommits": false,
|
||||
"engines": {
|
||||
"node": {
|
||||
"rangeStrategy": "bump"
|
||||
}
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"packageNames": ["typescript"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user