Merge pull request #7127 from mermaid-js/sidharthv96-patch-2

Refactor GitHub Actions workflow for lockfile validation
This commit is contained in:
Alois Klink
2025-11-04 07:43:17 +00:00
committed by GitHub

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