Commit 8573a67
committed
ci: add setup-uv action to ng-renovate workflow
This is needed as `angular/web-codegen-scorer` uses Python.
```
Renovate is exiting with a non-zero code due to the following logged errors
"loggerErrors": [
{
"name": "renovate",
"level": 50,
"logContext": "7409c965-dd29-4716-9008-218094f5b2ab",
"repository": "angular/web-codegen-scorer",
"branch": "ng-renovate/lock-file-maintenance",
"baseBranch": "main",
"err": {
"errno": -2,
"code": "ENOENT",
"syscall": "spawn uv",
"path": "uv",
"spawnargs": ["lock", "--upgrade"],
"message": "spawn uv ENOENT",
"stack": "Error: spawn uv ENOENT\n at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19)\n at onErrorNT (node:internal/child_process:484:16)\n at processTicksAndRejections (node:internal/process/task_queues:89:21)"
},
"msg": "unhandledRejection"
}
]
```1 parent 6fa596f commit 8573a67
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments