chore(workflows): upgrade pnpm version from 9 to 10 in build configuration

This commit is contained in:
2026-01-01 16:34:09 -06:00
parent e4ff17fc0c
commit a6a996551c

View File

@@ -55,7 +55,7 @@ jobs:
- name: Install pnpm
uses: https://git.quad4.io/pnpm/action-setup@v4
with:
version: 9
version: 10
- name: Install NodeJS Deps
run: pnpm install
@@ -182,7 +182,7 @@ jobs:
(github.event_name == 'workflow_dispatch' && inputs[matrix.build_input] == true)
uses: https://git.quad4.io/pnpm/action-setup@v4
with:
version: 9
version: 10
- name: Install NodeJS Deps
if: |