Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho committed Mar 6, 2024
1 parent bfc76de commit c73f835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-repl/src/cli-repl.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ describe('CliRepl', function () {
expect(e.name).to.equal('MongoshWarning');
expect((e as any).code).to.equal(CliReplErrors.NodeVersionMismatch);
} finally {
process.version = process.versions.node;
process.version = `v${process.versions.node}`;
process.env.MONGOSH_SKIP_NODE_VERSION_CHECK =
origVersionCheckEnvVar || '';
}
Expand Down

0 comments on commit c73f835

Please sign in to comment.