Skip to content

Commit

Permalink
fix: opt-out for nogc finalizer change
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Apr 16, 2024
1 parent 588ae96 commit e710c45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ extends:
testPlatforms:
- name: Linux
nodeVersions:
- 18.17.x
- 20.x
- name: MacOS
nodeVersions:
- 18.17.x
- 20.x
- name: Windows
nodeVersions:
- 18.17.x
- 20.x

testSteps:
# https://github.com/nodejs/node-gyp/issues/2869
Expand Down
1 change: 1 addition & 0 deletions src/keymapping.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

#define NODE_API_EXPERIMENTAL_NOGC_ENV_OPT_OUT
#include <node.h>
#include <map>

Expand Down

0 comments on commit e710c45

Please sign in to comment.