@odla-ai/harness 0.11.10 → 0.11.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/node.cjs CHANGED
@@ -5409,7 +5409,7 @@ function dependencyInstallArgs(engine, image, stageDir, name) {
5409
5409
  const uid = typeof import_node_process3.getuid === "function" ? (0, import_node_process3.getuid)() : 1e3;
5410
5410
  const gid = typeof import_node_process3.getgid === "function" ? (0, import_node_process3.getgid)() : 1e3;
5411
5411
  const mount = engine === "container" ? `--mount=type=bind,source=${stageDir},target=/workspace` : `--mount=type=bind,src=${stageDir},dst=/workspace`;
5412
- const npm = ["npm", "ci", "--no-audit", "--no-fund", "--ignore-scripts"];
5412
+ const npm = ["npm", "ci", "--no-audit", "--no-fund", "--ignore-scripts", "--engine-strict=false"];
5413
5413
  return [
5414
5414
  "run",
5415
5415
  "--rm",