Skip to content

Commit

Permalink
Upgrade pnpm/action-setup in github actions (#2696)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfedderly authored Aug 9, 2024
1 parent 5f0d405 commit 948cdaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
with:
fetch-depth: 0

- uses: pnpm/[email protected]
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
run_install: false

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
with:
fetch-depth: 0

- uses: pnpm/[email protected]
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
run_install: false

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down

0 comments on commit 948cdaf

Please sign in to comment.