Skip to content

Commit

Permalink
chore(ci): removed version option for pnpm/setup-action (#288)
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
  • Loading branch information
nekomeowww authored Jul 31, 2024
1 parent b20ca29 commit bc09fd6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: '9.4.0'
run_install: false

- name: Get pnpm store directory
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: '9.4.0'
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -77,7 +76,6 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: '9.4.0'
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -115,7 +113,6 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: '9.4.0'
run_install: false

- name: Get pnpm store directory
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/preview-docs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: '9.4.0'
run_install: false

- name: Get pnpm store directory
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/production-docs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: '9.4.0'
run_install: false

- name: Get pnpm store directory
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: '9.4.0'
run_install: false

- name: Get pnpm store directory
Expand Down

0 comments on commit bc09fd6

Please sign in to comment.