We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d76bc7 + 44b4c46 commit a36ac91Copy full SHA for a36ac91
1 file changed
.github/workflows/build-docs.yaml
@@ -13,16 +13,16 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v4
16
+ - name: Setup pnpm
17
+ uses: pnpm/action-setup@v4
18
+ with:
19
+ version: 10.15.1
20
- name: Setup Node.js
21
uses: actions/setup-node@v4
22
with:
23
node-version: 18
24
cache: pnpm
25
cache-dependency-path: pnpm-lock.yaml
- - name: Setup pnpm
- uses: pnpm/action-setup@v4
- with:
- version: 10.15.1
26
- name: Install dependencies
27
run: pnpm install --frozen-lockfile
28
- name: Build docs
0 commit comments