Skip to content

Commit 5133358

Browse files
chore(deps): update dependency pnpm to v8.15.9 (#104)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d2a1c0 commit 5133358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
steps:
77
- uses: pnpm/action-setup@v4.1.0
88
with:
9-
version: 8
9+
version: 8.15.9
1010
- name: Use Node.js ${{ matrix.node-version }}
1111
uses: actions/setup-node@v4.4.0
1212
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install pnpm 🔧
1616
uses: pnpm/action-setup@v4.1.0
1717
with:
18-
version: 8
18+
version: 8.15.9
1919
- name: Setup Node 🔧
2020
uses: actions/setup-node@v4.4.0
2121
with:

0 commit comments

Comments
 (0)