Skip to content

Commit 1de7176

Browse files
docs(samples): add auto-generated Node samples (#656)
* docs(samples): add auto-generated Node samples build(generator): find protoc based on its bazel location PiperOrigin-RevId: 398604509 Source-Link: googleapis/googleapis@6ef16b9 Source-Link: https://github.com/googleapis/googleapis-gen/commit/8314e1ead3e906dbf2012ced8d92f2bc8dd45c95 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODMxNGUxZWFkM2U5MDZkYmYyMDEyY2VkOGQ5MmYyYmM4ZGQ0NWM5NSJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * build: ugprade samples engine to Node 10 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Sofia Leon <sofialeon@google.com>
1 parent da50af4 commit 1de7176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"*.js"
1010
],
1111
"engines": {
12-
"node": ">=8"
12+
"node": ">=10"
1313
},
1414
"scripts": {
1515
"test": "mocha system-test/*.test.js --timeout=600000"

0 commit comments

Comments
 (0)