From df35f26119cc588a8dea04e50272c98b4836070f Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:27:58 -0800 Subject: [PATCH] chore: use `pnpm` instead of `yarn` --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c89ea8..60fe7dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,8 +20,7 @@ jobs: with: node-version: 20 - - name: Install Dependencies - run: yarn + - uses: pnpm/action-setup@v4.0.0 - name: Create Release Pull Request uses: changesets/action@v1