Commit c8dce41
committed
fix: upgrade CI/CD workflows to Node.js 22 for navigator API support
- Update both CI and deploy workflows from Node.js 20 to 22
- Node.js 21+ includes navigator global object natively
- Fixes certificate.spec.ts failures in CI (ReferenceError: navigator is not defined)
- Add PUBLIC_BASE_PATH to deploy workflow for configurable deployment paths
- Tests pass locally with Node v22.17.0 and now will pass in CI1 parent 1281fef commit c8dce41
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments