Skip to content

Commit

Permalink
build!: upgrade engines field to >=8.13.0 (#636)
Browse files Browse the repository at this point in the history
Updating Minimum Node version to match GRPC JS

BREAKING CHANGE: library now requires Node >= 8.13.0
  • Loading branch information
schmidt-sebastian committed May 17, 2019
1 parent 62eaab0 commit a5db7d8
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 Inc.",
"engines": {
"node": ">=8.10.0"
"node": "^8.13.0 || >=10.10.0"
},
"repository": "googleapis/nodejs-firestore",
"main": "./build/src/index.js",
Expand Down

0 comments on commit a5db7d8

Please sign in to comment.