ci: use latest pnpm in validate workflow (#2390)

This commit is contained in:
Suvesh Moza
2026-06-29 18:55:47 +05:30
committed by GitHub
parent 700cd8c3e8
commit 38625a8cd3
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0 # v6.0.7
with:
version: 10.33.0
version: latest
- name: Run Tests
if: ${{ ! matrix.coverage }}