Commit 03b9550
committed
fix: Remove npm cache requirement from CI workflow
- Change npm ci to npm install (no lock file in repo)
- Remove cache: 'npm' from setup-node action
- Fixes CI failure: Dependencies lock file is not found1 parent 57d742d commit 03b9550
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments