fix: don't specify pnpm version in install

This commit is contained in:
Eli Bosley
2025-02-20 12:24:04 -05:00
parent 013cc1de7d
commit 30ba5befdb

View File

@@ -47,7 +47,6 @@ jobs:
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with: with:
version: 10
run_install: false run_install: false
- name: Get pnpm store directory - name: Get pnpm store directory
@@ -91,7 +90,6 @@ jobs:
- uses: pnpm/action-setup@v4 - uses: pnpm/action-setup@v4
name: Install pnpm name: Install pnpm
with: with:
version: 10
run_install: false run_install: false
- name: Get pnpm store directory - name: Get pnpm store directory
@@ -165,7 +163,6 @@ jobs:
- uses: pnpm/action-setup@v4 - uses: pnpm/action-setup@v4
name: Install pnpm name: Install pnpm
with: with:
version: 10
run_install: false run_install: false
- name: Get pnpm store directory - name: Get pnpm store directory
@@ -232,7 +229,6 @@ jobs:
- uses: pnpm/action-setup@v4 - uses: pnpm/action-setup@v4
name: Install pnpm name: Install pnpm
with: with:
version: 10
run_install: false run_install: false
- name: Get pnpm store directory - name: Get pnpm store directory
@@ -300,7 +296,7 @@ jobs:
- uses: pnpm/action-setup@v4 - uses: pnpm/action-setup@v4
name: Install pnpm name: Install pnpm
with: with:
version: 10
run_install: false run_install: false
- name: Get pnpm store directory - name: Get pnpm store directory