Skip to content

Commit 35b1334

Browse files
committed
fix docs: re-order pnpm setup action
1 parent d9bf336 commit 35b1334

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14+
- uses: pnpm/action-setup@v2
15+
with:
16+
version: 8
1417
- name: Use Node.JS
1518
uses: actions/setup-node@v3
1619
with:
1720
node-version: v20.9.0
1821
cache: "pnpm"
19-
- uses: pnpm/action-setup@v2
20-
with:
21-
version: 8
2222
- name: Setup GitHub Deploy SSH Key
2323
uses: webfactory/[email protected]
2424
with:

0 commit comments

Comments
 (0)