Skip to content

Commit 220a1f3

Browse files
committed
🐛 update format cli
1 parent 7c2c68f commit 220a1f3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,15 @@ jobs:
2424
uses: actions/setup-node@v4
2525
with:
2626
node-version: "20"
27-
cache: "npm"
27+
cache: "pnpm"
28+
29+
- name: Install pnpm
30+
uses: pnpm/action-setup@v4
31+
with:
32+
version: latest
2833

2934
- name: Install dependencies
30-
run: npm ci
35+
run: pnpm install --frozen-lockfile
3136

3237
- name: Check EditorConfig compliance
3338
uses: editorconfig-checker/action-editorconfig-checker@main

0 commit comments

Comments
 (0)