Skip to content

Commit

Permalink
fix: drop support for node.js 4.x and 9.x (#38)
Browse files Browse the repository at this point in the history
* fix: drop support for node.js 4.x and 9.x

* fix my blunder
  • Loading branch information
JustinBeckwith authored and NimJay committed Nov 19, 2022
1 parent fbd89b3 commit d8a4303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataproc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"repository": "googleapis/nodejs-dataproc",
"private": true,
Expand Down

0 comments on commit d8a4303

Please sign in to comment.