Skip to content

Commit 8cf8da1

Browse files
committed
specify missing pnpm version
1 parent d4e0449 commit 8cf8da1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0 # Not needed if lastUpdated is not enabled
27-
- name: Install pnpm
27+
- name: Install pnpm v10
2828
uses: pnpm/action-setup@v4
29-
- name: Use Node.js 20
29+
with:
30+
version: 10
31+
- name: Use Node.js v20
3032
uses: actions/setup-node@v4
3133
with:
3234
node-version: 20

0 commit comments

Comments
 (0)