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