Skip to content

Commit 0b8d87d

Browse files
sofislsummer-ji-enggcf-owl-bot[bot]
authored
build!: update library to use Node 12 (#371)
* build!: Update library to use Node 12 Co-authored-by: Summer Ji <summerji@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 6be8257 commit 0b8d87d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

secret-manager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "Google LLC",
99
"repository": "googleapis/nodejs-secret-manager",
1010
"engines": {
11-
"node": ">=10"
11+
"node": ">=12.0.0"
1212
},
1313
"scripts": {
1414
"test": "c8 mocha --recursive test/ --timeout=800000"
@@ -22,4 +22,4 @@
2222
"mocha": "^8.0.0",
2323
"uuid": "^8.0.0"
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)