diff --git a/.github/workflows/playground-requests.yml b/.github/workflows/playground-requests.yml index 4483dbf..34d2011 100644 --- a/.github/workflows/playground-requests.yml +++ b/.github/workflows/playground-requests.yml @@ -27,10 +27,10 @@ jobs: - name: Set up pnpm uses: pnpm/action-setup@v4 with: - version: latest + version: 9.10.0 run_install: | - recursive: true - args: [--frozen-lockfile, --strict-peer-dependencies] + cwd: . - name: Setting up GITHUB_ENV for later steps run: | diff --git a/.github/workflows/playground-trunk.yml b/.github/workflows/playground-trunk.yml index 4e12920..6963c1b 100644 --- a/.github/workflows/playground-trunk.yml +++ b/.github/workflows/playground-trunk.yml @@ -26,9 +26,10 @@ jobs: - name: Set up pnpm uses: pnpm/action-setup@v4 with: - version: latest + version: 9.10.0 run_install: | - recursive: true + cwd: . args: [--frozen-lockfile, --strict-peer-dependencies] - name: Setting up GITHUB_ENV for later steps