diff --git a/packages/grpc-native-core/binding.gyp b/packages/grpc-native-core/binding.gyp index 4f468691..b8661318 100644 --- a/packages/grpc-native-core/binding.gyp +++ b/packages/grpc-native-core/binding.gyp @@ -91,7 +91,7 @@ 'GPR_BACKWARDS_COMPATIBILITY_MODE', 'GRPC_ARES=0', 'GRPC_UV', - 'GRPC_NODE_VERSION="1.21.0"' + 'GRPC_NODE_VERSION="1.21.1"' ], 'defines!': [ 'OPENSSL_THREADS' diff --git a/packages/grpc-native-core/build.yaml b/packages/grpc-native-core/build.yaml index 49e36fdf..0de9fc97 100644 --- a/packages/grpc-native-core/build.yaml +++ b/packages/grpc-native-core/build.yaml @@ -1,2 +1,3 @@ settings: '#': It's possible to have node_version here as a key to override the core's version. + node_version: 1.21.1 diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index cfa41d49..64faf829 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -1,6 +1,6 @@ { "name": "grpc", - "version": "1.21.0", + "version": "1.21.1", "author": "Google Inc.", "description": "gRPC Library for Node", "homepage": "https://grpc.io/",