Skip to content

Commit c42dc60

Browse files
committed
fix lint
1 parent f640bb7 commit c42dc60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/parallel/test-npm-install.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ const pkgPath = path.join(installDir, 'package.json');
4141
fs.writeFileSync(pkgPath, pkgContent);
4242

4343
const env = { ...process.env,
44-
NODE: process.execPath,
45-
NPM: npmPath,
4644
PATH: path.dirname(process.execPath),
4745
NODE: process.execPath,
4846
NPM: npmPath,

0 commit comments

Comments
 (0)