Skip to content

Commit 88455e2

Browse files
committed
ci: fix lint job
1 parent 969b5a1 commit 88455e2

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,14 @@ jobs:
4343
- name: Commit lint ✨
4444
uses: wagoid/commitlint-github-action@v2
4545

46-
- uses: actions/setup-node@v2
47-
with:
48-
node-version: "14"
49-
- name: Setup PNPM
50-
uses: pnpm/action-setup@master
51-
with:
52-
version: latest
53-
5446
- name: Install dependencies
55-
run: pnpm install
47+
run: npm install
5648

5749
- name: Format ✨
58-
run: pnpm test.format
50+
run: npm run test.format
5951

6052
- name: Lint ✨
61-
run: pnpm test.lint
53+
run: npm run test.lint
6254

6355
Release:
6456
needs: [Test, Lint]

0 commit comments

Comments
 (0)