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 a83020f
Showing 1 changed file with 6 additions and 26 deletions.
32 changes: 6 additions & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ 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

- name: Get pnpm store directory
id: pnpm-cache
Expand Down Expand Up @@ -80,11 +76,7 @@ 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

- name: Get pnpm store directory
id: pnpm-cache
Expand Down Expand Up @@ -127,11 +119,7 @@ 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

- name: Get pnpm store directory
id: pnpm-cache
Expand Down Expand Up @@ -175,11 +163,7 @@ 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

- name: Get pnpm store directory
id: pnpm-cache
Expand Down Expand Up @@ -209,12 +193,8 @@ 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

- name: Get pnpm store directory
id: pnpm-cache
shell: bash
Expand Down

0 comments on commit a83020f

Please sign in to comment.