Refactor GitHub Actions workflow for lockfile validation

Removed Node.js setup step and pnpm action version.

Co-Authored-By: alois@aloisklink.com
This commit is contained in:
Sidharth Vinod
2025-11-03 23:29:28 -08:00
committed by GitHub
parent f28f3c25aa
commit fed9d3568d

View File

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