Skip to content

Commit b941959

Browse files
NI_DEFAULT_AGENT
1 parent 3c712da commit b941959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test-ecosystem/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ async function runTests(pluginKey, pluginSettings) {
9191

9292
// 3. Install the plugin's dependencies
9393
runCommand(["pwd"]);
94-
runCommand(["ni"], { NI_AUTO_INSTALL: true });
94+
runCommand(["ni"], { NI_AUTO_INSTALL: true, NI_DEFAULT_AGENT: "npm" });
9595

9696
// 4. Link the local ESLint into the plugin
9797
runCommand(["npm", "link", "eslint"]);

0 commit comments

Comments
 (0)