Commit 078eee1
committed
fix: upgrade Node.js to v20 in GitHub Pages workflow
The deploy-github-pages.yml workflow was still using Node.js 18, which is incompatible with Vite 7 (requires 20.19+ or 22.12+). This was causing build failures with the error "crypto.hash is not a function".
Updated to match the Node.js version used in the other deployment workflows (PR preview and production).1 parent d2c5a64 commit 078eee1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments