Skip to content

Commit e38e1d1

Browse files
committed
fix: match pnpm version in workflow
1 parent b0b8077 commit e38e1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuxthub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install pnpm
2121
uses: pnpm/action-setup@v4
2222
with:
23-
version: 10
23+
version: 10.19.0
2424

2525
- name: Install Node.js
2626
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)