Skip to content

Commit 7148252

Browse files
authored
fix(NODE-6109): allow building from source on latest Node.js 20.x (#788)
1 parent cdcd579 commit 7148252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addon/mongocrypt.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// as an experimental feature (that has not been changed since then).
88
#define NAPI_VERSION 6
99
#define NAPI_EXPERIMENTAL
10+
#define NODE_API_EXPERIMENTAL_NOGC_ENV_OPT_OUT
1011

1112
#include <napi.h>
1213

0 commit comments

Comments
 (0)