Commit 29063a7
committed
chore: use npm ci instead of npm install in CI
- npm ci is faster than npm install in CI environments
- Strictly enforces package-lock.json consistency
- Removes node_modules before installing (clean slate)
- Fails if package.json and package-lock.json are out of sync
- Aligns with deploy-worker.yml which already uses npm ci1 parent b34be13 commit 29063a7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments