Commit 5c75aa2
committed
ci: use --no-save for matrix electron install
npm install defaults to --save, which rewrites package.json with
the matrix electron version. That leaves yarn.lock stale, and
yarn 4 checks lockfile consistency on every invocation —
including yarn tsx in the spec runner.
--no-save installs to node_modules without touching package.json.
Reverts the previous npx --no workaround.1 parent 1215b0c commit 5c75aa2
File tree
2 files changed
+2
-2
lines changed- .github/workflows
- spec-electron-setup/scripts
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments