Commit ba9c8f3
committed
fix(ci): support older Node.js in test matrix
ESLint devDependencies require Node ^20.19.0 || ^22.13.0 ||
>=24, which breaks `yarn install` on older Node versions used
by the prebuildify test matrix. Add `.yarnrc` with
`--ignore-engines true` to skip engine checks.
Also move `yarn install` for test subdirectories from
`test/crashtracker/index.js` into `scripts/test.sh` so
dependencies are installed before Node loads the test file.1 parent 0c67727 commit ba9c8f3
3 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
0 commit comments