From 30ba5befdbc5fa33122f26284e80584ae60513ec Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Thu, 20 Feb 2025 12:24:04 -0500 Subject: [PATCH] fix: don't specify pnpm version in install --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa047bee1..50c7468e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 10 run_install: false - name: Get pnpm store directory @@ -91,7 +90,6 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 10 run_install: false - name: Get pnpm store directory @@ -165,7 +163,6 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 10 run_install: false - name: Get pnpm store directory @@ -232,7 +229,6 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 10 run_install: false - name: Get pnpm store directory @@ -300,7 +296,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 10 + run_install: false - name: Get pnpm store directory