Skip to content

Commit c72d273

Browse files
committed
fix ci order
1 parent f6a44fe commit c72d273

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ jobs:
2929
with:
3030
persist-credentials: false
3131

32-
- name: Set up Node
33-
uses: actions/setup-node@v6
34-
with:
35-
node-version-file: ".nvmrc"
36-
cache: "pnpm"
37-
3832
- name: Set up pnpm
3933
uses: pnpm/action-setup@v4
4034
with:
4135
version: latest
4236
run_install: false
4337

38+
- name: Set up Node
39+
uses: actions/setup-node@v6
40+
with:
41+
node-version-file: ".nvmrc"
42+
cache: "pnpm"
43+
4444
- name: Install dependencies
4545
run: pnpm install --frozen-lockfile
4646

0 commit comments

Comments
 (0)