Skip to content

Commit 01ee4e9

Browse files
authored
Update pnpm setup GitHub Action (#1740)
1 parent c133d59 commit 01ee4e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- uses: nrwl/nx-set-shas@v4
18-
- uses: pnpm/action-setup@v2
18+
- uses: pnpm/action-setup@v4
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: 'lts/*'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1919
fetch-depth: 0
2020

21-
- uses: pnpm/action-setup@v2
21+
- uses: pnpm/action-setup@v4
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)