Commit 4e39190
fix: remove npm lock file requirement from CI workflow
Switch from npm ci to npm install and remove cache: npm from
setup-node, since no package-lock.json exists in the repo.
This unblocks the GitHub Actions build and the subsequent
GitHub Pages deployment.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 3f7cc29 commit 4e39190
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments