ci: Fix failing tests by pinning PNPM version

This commit is contained in:
Aaron
2026-05-10 09:58:39 -05:00
parent 2be3044f6a
commit 1a817e1367
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
with:
version: latest
version: 10.33.0
- name: Run Tests
if: ${{ ! matrix.coverage }}