Skip to content

Commit cb10253

Browse files
committed
ci: update pnpm version
1 parent 2efc368 commit cb10253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
node-version: "20"
2121

2222
- name: Setup pnpm
23-
uses: pnpm/action-setup@v2.2.4
23+
uses: pnpm/action-setup@v4
2424
with:
25-
version: 8
25+
version: latest
2626

2727
- name: Install dependencies
2828
run: pnpm install

0 commit comments

Comments
 (0)