Skip to content

Commit cf4ac04

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handwritten/pubsub/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Google Inc.",
1010
"repository": "googleapis/nodejs-pubsub",
1111
"engines": {
12-
"node": ">=10"
12+
"node": ">=12.0.0"
1313
},
1414
"scripts": {
1515
"test": "mocha build/system-test --timeout 600000",

0 commit comments

Comments
 (0)