Skip to content

Commit

Permalink
chore(ci): upgrade pnpm/action-setup to v4.
Browse files Browse the repository at this point in the history
also remove the version field, as the action would automatically pick up what's in the 'packageManager' field in package.json
  • Loading branch information
paambaati committed May 7, 2024
1 parent c029032 commit fc9a4f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_PERSONAL_TOKEN }}

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

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/refresh-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
fetch-depth: 0

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

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release+publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
token: ${{ secrets.CUSTOM_GITHUB_PERSONAL_TOKEN }}

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

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit fc9a4f3

Please sign in to comment.