fix(docs): specify pnpm version
This commit is contained in:
parent
30ba930a49
commit
5fc9c0f31c
|
|
@ -17,6 +17,7 @@ jobs:
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v4.0.0
|
uses: pnpm/action-setup@v4.0.0
|
||||||
with:
|
with:
|
||||||
|
version: 9
|
||||||
run_install: true
|
run_install: true
|
||||||
- name: Build Book
|
- name: Build Book
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue