Skip to content

Commit a6a5f8f

Browse files
chore(deps): update dependency pnpm to v10.32.1
1 parent c0addff commit a6a5f8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/example-basic-pnpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install pnpm
2525
uses: pnpm/action-setup@v5
2626
with:
27-
version: 10
27+
version: 10.32.1
2828

2929
# See https://github.com/actions/setup-node
3030
- name: Install Node.js

.github/workflows/example-start-and-pnpm-workspaces.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install pnpm
3131
uses: pnpm/action-setup@v5
3232
with:
33-
version: 10
33+
version: 10.32.1
3434

3535
# See https://github.com/actions/setup-node
3636
- name: Install Node.js
@@ -81,7 +81,7 @@ jobs:
8181
- name: Install pnpm
8282
uses: pnpm/action-setup@v5
8383
with:
84-
version: 10
84+
version: 10.32.1
8585

8686
- name: Install Node.js
8787
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)