diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5042d65..b80370f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -18,8 +18,8 @@ jobs: - name: Install Node.js run: | apt-get update && apt-get install -y curl - curl -fsSL ttps://rpm.nodesource.com/setup_20.x | bash - - apt-get install -y nodejs + curl -fsSL https://rpm.nodesource.com/setup_20.x | bash - + apt-get install -y nodejs node -v npm -v