Skip to content

Commit

Permalink
chore(deps): bump pnpm/action-setup from 3 to 4 (#5)
Browse files Browse the repository at this point in the history
* chore(deps): bump pnpm/action-setup from 3 to 4

Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 4.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v3...v4)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci: delete pnpm version in workflows

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: uiolee <[email protected]>
  • Loading branch information
dependabot[bot] and uiolee authored May 18, 2024
1 parent 6ddeeeb commit 6a672bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ jobs:
with:
node-version: ${{ inputs.node_version }}

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8

- name: Get pnpm store directory
shell: bash
Expand Down
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ jobs:
with:
node-version: ${{env.default_node_version}}

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8

- name: Get pnpm store directory
shell: bash
Expand Down Expand Up @@ -68,10 +66,8 @@ jobs:
with:
node-version: ${{env.default_node_version}}

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8

- name: Get pnpm store directory
shell: bash
Expand Down Expand Up @@ -119,10 +115,8 @@ jobs:
# with:
# node-version: ${{matrix.nove_version}}

# - uses: pnpm/action-setup@v3
# - uses: pnpm/action-setup@v4
# name: Install pnpm
# with:
# version: 8

# - name: Install Dependencies
# run: pnpm i
Expand Down

0 comments on commit 6a672bd

Please sign in to comment.