Skip to content

Commit a94c93f

Browse files
committed
more
1 parent 49f29cf commit a94c93f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#endif
2020

2121
#define SUPPORTS_ASYNC_CONTEXT_FRAME NODE_MAJOR_VERSION >= 22
22-
#define GET_CONTINUATION_PRESERVED_EMBEDDER_DATA_V2 NODE_MAJOR_VERSION >= 25
22+
#define GET_CONTINUATION_PRESERVED_EMBEDDER_DATA_V2 V8_MAJOR_VERSION >= 14
2323

2424
using namespace v8;
2525
using namespace node;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"build:bindings:arm64": "node-gyp build --arch=arm64 && node scripts/copy-target.mjs",
3232
"build:tarball": "npm pack",
3333
"clean": "node-gyp clean && rm -rf lib && rm -rf build && rm -f *.tgz",
34-
"test": "yarn test:install && yarn test:prepare && vitest run --silent=false --disable-console-intercept",
34+
"test": "yarn test:install && yarn test:prepare && vitest run --poolOptions.forks.singleFork --silent=false --disable-console-intercept",
3535
"test:prepare": "node ./test/prepare.mjs",
3636
"test:install": "cross-env ALWAYS_THROW=true yarn install"
3737
},

0 commit comments

Comments
 (0)