Skip to content

Commit a5db7d8

Browse files
build!: upgrade engines field to >=8.13.0 (#636)
Updating Minimum Node version to match GRPC JS BREAKING CHANGE: library now requires Node >= 8.13.0
1 parent 62eaab0 commit a5db7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {
8-
"node": ">=8.10.0"
8+
"node": "^8.13.0 || >=10.10.0"
99
},
1010
"repository": "googleapis/nodejs-firestore",
1111
"main": "./build/src/index.js",

0 commit comments

Comments
 (0)