chore(ci): install node 20 for uv
Some checks failed
Code check / Check code (push) Failing after 4s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-08-23 20:48:40 +05:00
parent 022eb3f1e9
commit 8d6fe4aa65
2 changed files with 12 additions and 0 deletions

View File

@@ -22,6 +22,12 @@ jobs:
steps:
- uses: https://gitea.com/actions/checkout@v4
- name: Set up Node.js
uses: https://gitea.com/actions/setup-nodev4
with:
node-version: 20
cache: "npm"
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v6
with: