Skip to content

Commit 4a71e84

Browse files
build!: require Node.js 12+ (#156)
Release-As: v1.0.0
1 parent d508dd0 commit 4a71e84

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
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/GoogleCloudPlatform/grpc-gcp-node#readme",
3131
"engines": {
32-
"node": ">=8"
32+
"node": ">=12"
3333
},
3434
"dependencies": {
3535
"@grpc/grpc-js": "~1.6.0"

0 commit comments

Comments
 (0)