diff --git a/src/util.js b/src/util.js index 06f241de1..443a4f91a 100644 --- a/src/util.js +++ b/src/util.js @@ -6,7 +6,7 @@ import { Readable } from 'node:stream'; import { createRequire } from 'node:module'; import { Buffer } from 'node:buffer'; import { promises as dnsPromise } from 'node:dns'; -import os from 'os'; +import os from 'node:os'; import yaml from 'yaml'; import { sync as commandExistsSync } from 'command-exists';