Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 91b5df0

Browse files
committed
fix(ci): steps order
1 parent aa76b14 commit 91b5df0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dev-page.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v4
25+
- uses: pnpm/action-setup@v3
26+
with:
27+
version: 8
2528
- name: Setup Node
2629
uses: actions/setup-node@v4
2730
with:
2831
node-version: current
2932
cache: pnpm
30-
- uses: pnpm/action-setup@v3
31-
with:
32-
version: 8
3333
- name: Setup Pages
3434
uses: actions/configure-pages@v4
3535
- name: Install dependencies

0 commit comments

Comments
 (0)