From e0d957ce54e1b4c2351d8465cc37ac0d2c153e92 Mon Sep 17 00:00:00 2001 From: aaravm Date: Tue, 9 Jul 2024 13:09:17 +0530 Subject: [PATCH] remove nodejs --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40ed117..177567f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,12 +25,6 @@ jobs: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y echo "$HOME/.cargo/bin" >> $GITHUB_PATH - - - name: Install Node.js # required for build-models.sh - run: | - curl -fsSL https://deb.nodesource.com/setup_22.x | bash - - apt-get install -y nodejs - - name: Set up JDK 11 # required for build-models.sh uses: actions/setup-java@v3 with: