Skip to content

Commit

Permalink
feat!: drop Node 8 from engines field (#662)
Browse files Browse the repository at this point in the history
Drops Node 8 from the engines field.
  • Loading branch information
steffnay committed Mar 30, 2020
1 parent 7222519 commit 712b029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=8.10.0"
"node": ">=10"
},
"repository": "googleapis/nodejs-bigquery",
"main": "./build/src/index.js",
Expand Down

0 comments on commit 712b029

Please sign in to comment.