Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

Commit c07e913

Browse files
committed
upgrading pnpm version in publish workflow
1 parent 66c2120 commit c07e913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v3
2929
- uses: pnpm/action-setup@v2
3030
with:
31-
version: 7
31+
version: 9
3232
- name: Use Node.js ${{ matrix.node-version }}
3333
uses: actions/setup-node@v3
3434
with:

0 commit comments

Comments
 (0)