Commit 19b6f68
committed
fix(test): pass --ignore-engines to yarn in sandbox specs
`b4912ad7eb` removed the repo-root `.yarnrc` (`ignore-engines true`).
`openfeature.spec.js` still shells out to yarn after `bun add` pulls in
`@hono/node-server@2.x` (`engines.node >= 20`), so on the node-oldest
matrix entry yarn errors before the build step and the integration-esbuild
job hangs past 30 minutes against ~160s on master.
`iast-stack-traces-with-sourcemaps` follows the same shape with deps that
happen to be Node-18-clean today; pass the flag inline there too to keep
the contract explicit so a future dep bump can't silently break the same
matrix entry again.1 parent 73fc7e0 commit 19b6f68
2 files changed
Lines changed: 9 additions & 2 deletions
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments