Skip to content

NAPI version check fail in test/parallel/test-process-versions.js #29509

Closed
@devsnek

Description

@devsnek

i'm seeing this test fail locally:

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

No one assigned

    Labels

    node-apiIssues and PRs related to the Node-API.testIssues and PRs related to the tests.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions