We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed3efa commit 23a124eCopy full SHA for 23a124e
.github/workflows/update-docs.yaml
@@ -22,20 +22,20 @@ jobs:
22
- name: Checkout repository
23
uses: actions/checkout@v4
24
25
+ - name: Install pnpm
26
+ uses: pnpm/action-setup@v3
27
+ with:
28
+ version: 10
29
+ run_install: false
30
+
31
- name: Setup Node.js
32
uses: actions/setup-node@v4
33
with:
34
node-version: 20
35
cache: 'pnpm'
36
- - name: Install pnpm
- uses: pnpm/action-setup@v3
- with:
- version: 9
- run_install: false
-
37
- name: Install dependencies
38
- run: pnpm install
+ run: pnpm i --frozen-lockfile
39
40
- name: Generate Documentation
41
run: pnpm run docs
0 commit comments