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