Skip to content

Commit 6a99f5c

Browse files
authored
Require NodeJS v20 (#1647)
1 parent a863ed5 commit 6a99f5c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
# See the LICENSE file for copyright details
77
#
88

9-
runtime: nodejs16
9+
runtime: nodejs20
1010
env_variables:
1111
GCLOUD_STORAGE_BUCKET: mdn-bcd-buffer

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"url": "https://github.com/openwebdocs/mdn-bcd-collector.git"
1212
},
1313
"engines": {
14-
"node": ">=20",
15-
"npm": ">=10"
14+
"node": "^20",
15+
"npm": "^10"
1616
},
1717
"scripts": {
1818
"prepare": "node --loader=ts-node/esm --no-warnings=ExperimentalWarning prepare.ts",

0 commit comments

Comments
 (0)