Skip to content

Commit 5f0009c

Browse files
committed
change to 10.6.0
1 parent f4c9a68 commit 5f0009c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/shadow/npm-injection.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ const arboristLibClassPath = path.join(npmDir, 'node_modules', '@npmcli', 'arbor
272272
const npmVersion = process.env.NPM_VERSION.split('.')
273273
let npmlog
274274

275-
if(npmVersion[0] === '10' && npmVersion[1] >= '7'){
275+
if(npmVersion[0] === '10' && npmVersion[1] >= '6'){
276276
const { log } = require(path.join(npmDir, 'node_modules', 'proc-log', 'lib', 'index.js'))
277277
npmlog = log
278278
} else {

0 commit comments

Comments
 (0)