From e5d31e5fbbc5b3e1a8ec17be3898fff3cc3fc578 Mon Sep 17 00:00:00 2001 From: AlmightyHak Date: Wed, 4 Jun 2025 02:17:07 -0500 Subject: [PATCH] Update .github/workflows/build_pull_request.yml --- .github/workflows/build_pull_request.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index b6166b3c..8106a3c7 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -15,13 +15,11 @@ jobs: prepare: name: Prepare job runs-on: docker + container: + image: node:18-alpine outputs: individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }} - steps: - - name: Install Node.js - run: | - apk add --update nodejs npm - + steps: - name: Clone repo uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4