Skip to content

Commit d375658

Browse files
chore(deps): update node.js to v12.20.0 (#2085)
Co-authored-by: F. Hinkelmann <[email protected]>
1 parent 0dcaea1 commit d375658

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine/hello-world/flexible/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1111
},
1212
"engines": {
13-
"node": "12.19.1"
13+
"node": "12.20.0"
1414
},
1515
"scripts": {
1616
"start": "node app.js",

appengine/storage/flexible/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"test": "mocha system-test/*.test.js --exit --timeout=30000"
77
},
88
"engines": {
9-
"node": "12.19.1"
9+
"node": "12.20.0"
1010
},
1111
"dependencies": {
1212
"@google-cloud/storage": "^5.3.0",

0 commit comments

Comments
 (0)