From 62b8649bb2914137b0fe62588d2b0083504b04aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Batista?= Date: Mon, 8 Jun 2026 16:41:34 -0300 Subject: [PATCH] =?UTF-8?q?fix(pnpm-version):=20corrigindo=20vers=C3=A3o?= =?UTF-8?q?=20do=20pnpm=20no=20workflow=20de=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(pnpm-version): corrigindo versão do pnpm no workflow de CI Co-Authored-By: João Batista --- .github/workflows/run-unit-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/run-unit-tests.yml b/.github/workflows/run-unit-tests.yml index c86ac90..ec5f027 100644 --- a/.github/workflows/run-unit-tests.yml +++ b/.github/workflows/run-unit-tests.yml @@ -12,8 +12,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 - with: - version: 9 - uses: actions/setup-node@v4 with: