Skip to content

Commit be8fcf7

Browse files
author
Gary Woodfine
committed
Update PNPM action in publish workflow to specify version 10
1 parent a6c9c4c commit be8fcf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020

2121
- name: Setup PNPM
2222
uses: pnpm/action-setup@v4
23+
with:
24+
version: 10
25+
2326

2427
- name: Install dependencies
2528
run: pnpm install

0 commit comments

Comments
 (0)