diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ddb5bfc..872623c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }} - uses: pnpm/action-setup@v2.2.4 with: - version: latest + version: 7.x run_install: false - name: Install Dependencies run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b2fa5fb..eb1f8c98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }} - uses: pnpm/action-setup@v2.2.4 with: - version: latest + version: 7.x run_install: true - name: Test timeout-minutes: 10 @@ -129,7 +129,7 @@ jobs: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}- - uses: pnpm/action-setup@v2.2.4 with: - version: latest + version: 7.x run_install: true - name: Build project run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 79df2647..eb50811b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - uses: pnpm/action-setup@v2.2.4 with: - version: latest + version: 7.x run_install: true - name: Run Test run: |