Skip to content

Commit

Permalink
feat!: drop Node 8 from engines field (#662)
Browse files Browse the repository at this point in the history
712b029
commit 712b029
Author: Steffany Brown <30247553+steffnay@users.noreply.github.com>
Date:   Mon Mar 30 12:59:52 2020 -0700

    feat!: drop Node 8 from engines field (#662)

    Drops Node 8 from the engines field.
  • Loading branch information
yoshi-automation committed Apr 1, 2020
1 parent 390e777 commit 20fc668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2020-04-01T11:23:19.125496Z",
"updateTime": "2020-04-01T11:25:14.791195Z",
"sources": [
{
"git": {
Expand Down

0 comments on commit 20fc668

Please sign in to comment.