From 0666b5b2921d0a438809412199e4978e9f565999 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 29 Mar 2025 13:20:07 -0600 Subject: [PATCH] chore(workflow): add pnpm setup step to Biome workflow --- .github/workflows/biome.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/biome.yml b/.github/workflows/biome.yml index 75942233..877d0f69 100644 --- a/.github/workflows/biome.yml +++ b/.github/workflows/biome.yml @@ -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