diff --git a/.gitea/workflows/pr-checks.yml b/.gitea/workflows/pr-checks.yml index 68915e3..41fbf5d 100644 --- a/.gitea/workflows/pr-checks.yml +++ b/.gitea/workflows/pr-checks.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Install system dependencies run: | - apt-get update && apt-get install -y --no-install-recommends git openssh-client curl + apt-get update && apt-get install -y --no-install-recommends curl curl -fsSL https://deb.nodesource.com/setup_24.x | bash - apt-get install -y nodejs