Skip to content

Commit e299924

Browse files
sofislfhinkel
andauthored
feat: require node 10 in engines field (GoogleCloudPlatform#1723)
Co-authored-by: F. Hinkelmann <franziska.hinkelmann@gmail.com>
1 parent b85496a commit e299924

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.0.0"
8+
"node": ">=10"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)