Skip to content

Commit 9a2340d

Browse files
committed
cicd: bump pnpm in actions to 9
1 parent fd71325 commit 9a2340d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0 # Need history for changelog generation
2121
- uses: pnpm/action-setup@v2
2222
with:
23-
version: 8
23+
version: 9
2424
- uses: actions/setup-node@v4
2525
with:
2626
node-version: 20.x

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: pnpm/action-setup@v2
1414
with:
15-
version: 8
15+
version: 9
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 20.x
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- uses: pnpm/action-setup@v2
4242
with:
43-
version: 8
43+
version: 9
4444
- uses: actions/setup-node@v4
4545
with:
4646
node-version: 20.x

0 commit comments

Comments
 (0)