Update .github/workflows/build_pull_request.yml

This commit is contained in:
AlmightyHak 2025-06-04 02:04:53 -05:00
parent 92f2871bab
commit 124f792c49

View file

@ -20,7 +20,13 @@ jobs:
steps:
- name: set up node.js
run: |
sudo apt-get install -y nodejs
apt-get update && apt-get install -y \
software-properties-common \
npm
run: |
npm install npm@latest -g && \
npm install n -g && \
n latest
- name: Clone repo
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4