Skip to content

Commit c5e701f

Browse files
committed
Remove Node 8 from package.json
1 parent 5e57f25 commit c5e701f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@firebase/firestore",
33
"version": "3.1.0",
44
"engines": {
5-
"node": "^8.13.0 || >=10.10.0"
5+
"node": ">=10.10.0"
66
},
77
"description": "The Cloud Firestore component of the Firebase JS SDK.",
88
"author": "Firebase <[email protected]> (https://firebase.google.com/)",

0 commit comments

Comments
 (0)