Commit 2f179cc
committed
fix: simplify CI workflows and update demo package-lock.json
- Remove npm pack complexity from workflows to fix CI issues
- Revert to simple approach: main npm ci -> demo npm ci -> build
- Update demo package-lock.json to fix cbor-web version mismatch
- This resolves 'npm ci' sync errors in GitHub Actions
Changes:
- .github/workflows/test.yml: Remove pack steps, use direct dependencies
- .github/workflows/ci-cd.yml: Remove pack steps, use direct dependencies
- examples/webauthn-todo-demo/package-lock.json: Regenerated with correct versions1 parent 544d275 commit 2f179cc
3 files changed
Lines changed: 2363 additions & 8089 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 33 | | |
40 | 34 | | |
41 | 35 | | |
42 | | - | |
| 36 | + | |
43 | 37 | | |
44 | 38 | | |
45 | | - | |
46 | | - | |
47 | 39 | | |
48 | 40 | | |
49 | 41 | | |
| |||
179 | 171 | | |
180 | 172 | | |
181 | 173 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | 174 | | |
186 | 175 | | |
187 | 176 | | |
188 | 177 | | |
189 | 178 | | |
190 | | - | |
| 179 | + | |
191 | 180 | | |
192 | | - | |
193 | 181 | | |
194 | 182 | | |
195 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 31 | | |
38 | 32 | | |
39 | 33 | | |
40 | | - | |
| 34 | + | |
41 | 35 | | |
42 | 36 | | |
43 | | - | |
44 | | - | |
45 | 37 | | |
46 | 38 | | |
47 | 39 | | |
| |||
0 commit comments