Skip to content

Commit 8f8da75

Browse files
chore(deps): update dependency pnpm to v10.20.0 (#793)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc4212b commit 8f8da75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: pnpm/action-setup@v4
2323
with:
24-
version: 10.15.0
24+
version: 10.20.0
2525
run_install: true
2626

2727
- run: pnpm run build

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: pnpm/action-setup@v4
3333
with:
34-
version: 10.15.0
34+
version: 10.20.0
3535
run_install: true
3636

3737
- run: pnpm run build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: pnpm/action-setup@v4
3131
with:
32-
version: 10.15.0
32+
version: 10.20.0
3333
run_install: true
3434

3535
- run: pnpm run build

0 commit comments

Comments
 (0)