From 6774fb9da553772d355c61c01b7c5979eb5931dc Mon Sep 17 00:00:00 2001 From: rusher Date: Wed, 18 Jun 2025 16:09:13 +0200 Subject: [PATCH] [TODO-5373] remove node.js installation --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7705acd4..a1f2d267 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,10 +143,6 @@ jobs: registry-password: ${{ matrix.db-type == 'enterprise' && secrets.ENTERPRISE_TOKEN || secrets.DOCKER_PWD }} os: ${{ matrix.os }} - - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node }} - - name: make ubuntu/macos if: ${{ !startsWith(matrix.os, 'windows') }} run: |