chore(workflow): add pnpm setup step to Biome workflow

This commit is contained in:
Mauricio Siu
2025-03-29 13:20:07 -06:00
parent b288ddd826
commit 0666b5b292

View File

@@ -18,6 +18,11 @@ jobs:
with:
node-version: 20
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install