From fed9d3568d22602a6755f7eeae3460edb7e10f9c Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 3 Nov 2025 23:29:28 -0800 Subject: [PATCH] Refactor GitHub Actions workflow for lockfile validation Removed Node.js setup step and pnpm action version. Co-Authored-By: alois@aloisklink.com --- .github/workflows/validate-lockfile.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/validate-lockfile.yml b/.github/workflows/validate-lockfile.yml index 119f43180..dcfb255b6 100644 --- a/.github/workflows/validate-lockfile.yml +++ b/.github/workflows/validate-lockfile.yml @@ -18,13 +18,6 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} repository: ${{ github.event.pull_request.head.repo.full_name }} - - name: Set up Node.js - uses: actions/setup-node@v4 - with: - node-version: 20 - - - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 - - name: Validate pnpm-lock.yaml entries id: validate # give this step an ID so we can reference its outputs run: |