Skip to content

Commit

Permalink
chore(ci): update pnpm/action-setup@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
sambauers committed Feb 11, 2024
1 parent 1189262 commit adddd61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
# install
- name: Setup PNPM
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.15.1
- name: Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# install
- name: Setup PNPM
if:
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.15.1
- name: Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
# install
- name: Setup PNPM
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.15.1
- name: Setup Node.js
Expand Down

0 comments on commit adddd61

Please sign in to comment.