Commit a881b0d
committed
fix: use npm install in CI to avoid Windows lockfile platform mismatch
package-lock.json generated on Windows locked lightningcss-android-arm64
as an optional dep, causing npm ci to fail on Linux runners. Remove the
lockfile and switch to npm install so the runner resolves platform-correct
optional dependencies.1 parent b6409cd commit a881b0d
2 files changed
Lines changed: 2 additions & 4218 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments