-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
node-apiIssues and PRs related to the Node-API.Issues and PRs related to the Node-API.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Description
i'm seeing this test fail locally:
node/test/parallel/test-process-versions.js
Lines 49 to 50 in 8217990
assert.strictEqual(process.config.variables.napi_build_version, | |
process.versions.napi); |
> process.config.variables.napi_build_version
'4'
> process.versions.napi
'5'
>
cc @nodejs/n-api
Metadata
Metadata
Assignees
Labels
node-apiIssues and PRs related to the Node-API.Issues and PRs related to the Node-API.testIssues and PRs related to the tests.Issues and PRs related to the tests.