Skip to content

Commit

Permalink
chore(deps): update node.js to v12.20.0 (#2085)
Browse files Browse the repository at this point in the history
Co-authored-by: F. Hinkelmann <[email protected]>
  • Loading branch information
renovate-bot and fhinkel authored Nov 27, 2020
1 parent 0dcaea1 commit d375658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appengine/hello-world/flexible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"engines": {
"node": "12.19.1"
"node": "12.20.0"
},
"scripts": {
"start": "node app.js",
Expand Down
2 changes: 1 addition & 1 deletion appengine/storage/flexible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "mocha system-test/*.test.js --exit --timeout=30000"
},
"engines": {
"node": "12.19.1"
"node": "12.20.0"
},
"dependencies": {
"@google-cloud/storage": "^5.3.0",
Expand Down

0 comments on commit d375658

Please sign in to comment.