diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 09010df..b113191 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -280,10 +280,6 @@ jobs: SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} steps: - - name: Install Node.js for checkout action - run: | - apk add --no-cache nodejs npm curl - - name: Check out code uses: actions/checkout@v4