Skip to content

Commit 59d1d25

Browse files
committed
Reorder Node.js setup in CI/CD workflow for improved clarity and organization
1 parent 5da2147 commit 59d1d25

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ jobs:
2121
- name: Checkout code
2222
uses: actions/checkout@v4
2323

24-
- name: Setup Node.js
25-
uses: actions/setup-node@v4
26-
with:
27-
node-version: "20"
28-
cache: "pnpm"
29-
3024
- name: Install pnpm
3125
uses: pnpm/action-setup@v3
3226
with:
3327
version: 10.4.1
3428
run_install: false
3529

30+
- name: Setup Node.js
31+
uses: actions/setup-node@v4
32+
with:
33+
node-version: "20"
34+
cache: "pnpm"
35+
3636
- name: Get pnpm store directory
3737
shell: bash
3838
run: |

0 commit comments

Comments
 (0)