Prefix node builtins, skips cache lookup

This commit is contained in:
Lovell Fuller
2023-10-05 12:09:19 +01:00
parent 392f6afb5e
commit ca95979ecc
4 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
'use strict';
const spawnSync = require('child_process').spawnSync;
const { spawnSync } = require('node:child_process');
const semverCoerce = require('semver/functions/coerce');
const semverGreaterThanOrEqualTo = require('semver/functions/gte');
const detectLibc = require('detect-libc');