use pnpm v10 on runners

This commit is contained in:
jeffvli
2026-03-13 17:11:24 -07:00
parent 372892199f
commit 799cdb44d3
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Install Node and PNPM
uses: pnpm/action-setup@v4
with:
version: 9
version: 10
- name: Install dependencies
run: pnpm install