Skip to content

Commit ce08496

Browse files
committed
ci: fix lint job
1 parent e35a58a commit ce08496

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/CI.yml

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

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

5951
- name: Format ✨
60-
run: pnpm test.format
52+
run: npm run test.format
6153

6254
- name: Lint ✨
63-
run: pnpm test.lint
55+
run: npm run test.lint
6456

6557
Release:
6658
needs: [Test, Lint]

0 commit comments

Comments
 (0)