diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index e188395..5145393 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,13 +10,6 @@ jobs: runs-on: ["buildkit"] # must match runner labels steps: - # Install basic dependencies for Node.js - - name: Install Node.js dependencies - run: | - apt-get update - apt-get install -y curl gnupg ca-certificates - curl -fsSL https://deb.nodesource.com/setup_20.x | bash - - apt-get install -y nodejs # Checkout the repository - name: Checkout repository