Skip to content

Commit

Permalink
chore: keep volta
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Jun 26, 2023
1 parent 1ec7d8d commit 1faeb20
Showing 1 changed file with 16 additions and 26 deletions.
42 changes: 16 additions & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1faeb20

Please sign in to comment.