Skip to content

Commit d8a9d24

Browse files
committed
Install pnpm when generating docs
1 parent 90187d0 commit d8a9d24

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,11 @@ jobs:
6161
with:
6262
node-version: 20.x
6363

64+
- name: Install pnpm
65+
uses: pnpm/action-setup@v4
66+
6467
- name: Install Dependencies
65-
run: pnpm ci
68+
run: pnpm i
6669

6770
- name: Generate Docs
6871
run: pnpm run doc

0 commit comments

Comments
 (0)