Development: specify pnpm version (#5364)

This commit is contained in:
shamoon
2025-06-01 16:35:34 -07:00
parent 1a46baae69
commit 0c6c40dae7
2 changed files with 7 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
run_install: false
- name: Setup Node.js
@@ -94,7 +93,6 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
run_install: false
- name: Setup Node.js