Skip to content

Commit

Permalink
feat: drop support for node.js 8.x (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Mar 23, 2020
1 parent 2cd404d commit 7ec9150
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -105,6 +105,6 @@
"webpack-cli": "^3.3.11"
},
"engines": {
"node": ">=8.10.0"
"node": ">=10"
}
}
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -10,7 +10,7 @@
"document-snippets/*.js"
],
"engines": {
"node": ">=8"
"node": ">=12"
},
"dependencies": {
"@google-cloud/bigtable": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -5,7 +5,7 @@
"outDir": "build",
"resolveJsonModule": true,
"lib": [
"es2016",
"es2018",
"dom"
]
},
Expand Down

0 comments on commit 7ec9150

Please sign in to comment.