From 882159989ae5cb13ce53ef79429a614fa6be0ea9 Mon Sep 17 00:00:00 2001 From: AlmightyHak Date: Wed, 4 Jun 2025 02:06:58 -0500 Subject: [PATCH] Update .github/workflows/build_pull_request.yml --- .github/workflows/build_pull_request.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index e48efe16..085438ae 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -18,20 +18,8 @@ jobs: outputs: individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }} steps: - - name: set up node.js - run: | - apt-get update && apt-get install -y \ - software-properties-common \ - npm - npm install npm@latest -g && \ - npm install n -g && \ - n latest - - name: Clone repo uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - with: - ref: main - token: ${{ secrets.BOT_PAT }} - name: Validate Gradle Wrapper uses: https://github.com/gradle/wrapper-validation-action@a494d935f4b56874c4a5a87d19af7afcf3a163d0 # v2