Skip to content

Commit

Permalink
build!: update library to use Node 12 (#891)
Browse files Browse the repository at this point in the history
* feat!: Update library to use Node 12

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
sofisl and gcf-owl-bot[bot] authored Jun 24, 2022
1 parent ea0fac1 commit 7afc37a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions packages/google-cloud-speech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},
"repository": "googleapis/nodejs-speech",
"main": "./build/src/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@google-cloud/common": "^3.0.0",
"@types/pumpify": "^1.4.1",
"google-gax": "^2.30.1",
"google-gax": "^3.0.1",
"protobufjs": "^6.8.6",
"pumpify": "^2.0.0",
"stream-events": "^1.0.4",
Expand All @@ -60,17 +60,17 @@
"@types/sinon": "^10.0.0",
"c8": "^7.0.0",
"codecov": "^3.0.2",
"gts": "^3.0.0",
"gts": "^3.1.0",
"jsdoc": "^3.5.5",
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^2.0.0",
"linkinator": "^2.0.0",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"null-loader": "^4.0.0",
"pack-n-play": "^1.0.0-2",
"sinon": "^14.0.0",
"ts-loader": "^8.0.0",
"typescript": "^3.8.3",
"typescript": "^4.6.4",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-speech/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Google LLC",
"repository": "googleapis/nodejs-speech",
"engines": {
"node": ">=10.17.0"
"node": ">=12.0.0"
},
"files": [
"*.js",
Expand Down

0 comments on commit 7afc37a

Please sign in to comment.