Skip to content

Commit

Permalink
fix: opt-out for nogc finalizer change (#59)
Browse files Browse the repository at this point in the history
* fix: opt-out for nogc finalizer change

* chore: bump 3.3.5
  • Loading branch information
deepak1556 authored Apr 16, 2024
1 parent 588ae96 commit d0f4fb5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "native-keymap",
"version": "3.3.4",
"version": "3.3.5",
"description": "Get OS key mapping",
"main": "index.js",
"typings": "index.d.ts",
Expand Down
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 d0f4fb5

Please sign in to comment.