Skip to content

Commit

Permalink
Update dirtests.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
qianz2 committed Aug 21, 2023
1 parent e5f4b33 commit 90caa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/test/dirtests.ts
Expand Up @@ -31,7 +31,7 @@ describe('Dir Operation Tests', function () {
this.timeout(1000);

console.log('node version: ' + process.version);
const supportedNodeVersions = ['v16.13.0'];
const supportedNodeVersions = ['v20.3.1'];
if (supportedNodeVersions.indexOf(process.version) === -1) {
assert.fail(`expected node node version to be one of ${supportedNodeVersions.map(o => o).join(', ')}. actual: ` + process.version);
}
Expand Down

0 comments on commit 90caa3f

Please sign in to comment.