Upgrade to node.js 16 (#24109)

This commit is contained in:
Erik Seliger 2021-08-19 12:32:43 +02:00 committed by GitHub
parent d1d079b67d
commit 189cc31e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
.nvmrc
View File

@ -1 +1 @@
14.15.4
16.7.0

View File

@ -7,7 +7,7 @@
"url": "https://github.com/sourcegraph/sourcegraph"
},
"engines": {
"node": "^v14.15.4",
"node": "^v16.7.0",
"yarn": "^1.22.4"
},
"scripts": {