Update .github/workflows/build_pull_request.yml

This commit is contained in:
AlmightyHak 2025-06-04 02:06:58 -05:00
parent ef35a299c1
commit 882159989a

View file

@ -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