Skip to content

Commit a8ecff7

Browse files
build!: update library to use Node 12 (#539)
* build!: Update library to use Node 12 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a2506e6 commit a8ecff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "Apache-2.0",
44
"author": "Google Inc.",
55
"engines": {
6-
"node": ">=10"
6+
"node": ">=12.0.0"
77
},
88
"repository": "googleapis/nodejs-cloud-container",
99
"private": true,

0 commit comments

Comments
 (0)