From 6e5ffb9dde0a9272c21703d8919d7720998a9cf9 Mon Sep 17 00:00:00 2001 From: Oscar Lee-Vermeren Date: Wed, 6 Mar 2024 02:41:26 -0500 Subject: [PATCH] fix: remove pnpm --- .github/workflows/release.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a64a3db..8691ea3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,16 +57,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Install pnpm - uses: pnpm/action-setup@v3 - with: - version: 8.15.0 - - name: Use Node.js v${{ matrix.node }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - cache: pnpm + cache: yarn + registry-url: https://registry.yarnpkg.org/ - name: Install dependencies run: yarn --mode=skip-build