From 1faeb2006b81d2b33596e12c3db16e496ab4ff06 Mon Sep 17 00:00:00 2001 From: BobrImperator Date: Mon, 26 Jun 2023 09:45:07 +0200 Subject: [PATCH] chore: keep volta --- .github/workflows/ci.yml | 42 +++++++++++++++------------------------- 1 file changed, 16 insertions(+), 26 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acdff8c15a..b5d522691e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,11 +24,9 @@ jobs: steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: pnpm/action-setup@v2 - name: Install pnpm - with: - version: 8 - run_install: false + - uses: volta-cli/action@25888009cd70dbe17a140f1c56d93f8c09f7bcef # tag=v4 + env: + VOLTA_FEATURE_PNPM: 1 - name: Get pnpm store directory id: pnpm-cache @@ -80,11 +78,9 @@ jobs: steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: pnpm/action-setup@v2 - name: Install pnpm - with: - version: 8 - run_install: false + - uses: volta-cli/action@25888009cd70dbe17a140f1c56d93f8c09f7bcef # tag=v4 + env: + VOLTA_FEATURE_PNPM: 1 - name: Get pnpm store directory id: pnpm-cache @@ -127,11 +123,9 @@ jobs: steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: pnpm/action-setup@v2 - name: Install pnpm - with: - version: 8 - run_install: false + - uses: volta-cli/action@25888009cd70dbe17a140f1c56d93f8c09f7bcef # tag=v4 + env: + VOLTA_FEATURE_PNPM: 1 - name: Get pnpm store directory id: pnpm-cache @@ -175,11 +169,9 @@ jobs: steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: pnpm/action-setup@v2 - name: Install pnpm - with: - version: 8 - run_install: false + - uses: volta-cli/action@25888009cd70dbe17a140f1c56d93f8c09f7bcef # tag=v4 + env: + VOLTA_FEATURE_PNPM: 1 - name: Get pnpm store directory id: pnpm-cache @@ -209,12 +201,10 @@ jobs: steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: pnpm/action-setup@v2 - name: Install pnpm - with: - version: 8 - run_install: false - + - uses: volta-cli/action@25888009cd70dbe17a140f1c56d93f8c09f7bcef # tag=v4 + env: + VOLTA_FEATURE_PNPM: 1 + - name: Get pnpm store directory id: pnpm-cache shell: bash