Merge pull request #6689 from mermaid-js/#6669-pnpm-lock-workflow-validation-

Added step to install pnpm
This commit is contained in:
Sidharth Vinod
2025-06-26 12:59:17 +00:00
committed by GitHub

View File

@@ -21,6 +21,8 @@ jobs:
with: with:
node-version: 20 node-version: 20
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
- name: Validate pnpm-lock.yaml entries - name: Validate pnpm-lock.yaml entries
id: validate # give this step an ID so we can reference its outputs id: validate # give this step an ID so we can reference its outputs
run: | run: |