Commit 94b8867
Mnikley
ci: fix AppImage uv install and bump web Node to 22
First live run surfaced two failures:
- linux-appimage: `uv pip install --system` is rejected by uv's managed
CPython (externally-managed). Install into a uv venv and prepend it to
GITHUB_PATH so the later PyInstaller steps resolve it.
- wheel + ci web job: pnpm 11.5 requires Node >=22.13 and crashed on the
node:sqlite builtin under Node 20. Bump both jobs to Node 22.1 parent f9e259a commit 94b8867
2 files changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
| |||
124 | 129 | | |
125 | 130 | | |
126 | 131 | | |
127 | | - | |
| 132 | + | |
128 | 133 | | |
129 | 134 | | |
130 | 135 | | |
| |||
0 commit comments