We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e91199 commit f6714c2Copy full SHA for f6714c2
1 file changed
.github/workflows/CI.yml
@@ -43,22 +43,14 @@ jobs:
43
- name: Commit lint ✨
44
uses: wagoid/commitlint-github-action@v2
45
46
- - uses: actions/setup-node@v2
47
- with:
48
- node-version: "14"
49
- - name: Setup PNPM
50
- uses: pnpm/action-setup@master
51
52
- version: latest
53
-
54
- name: Install dependencies
55
- run: pnpm install
+ run: npm install
56
57
- name: Format ✨
58
- run: pnpm test.format
+ run: npm run test.format
59
60
- name: Lint ✨
61
- run: pnpm test.lint
+ run: npm run test.lint
62
63
Release:
64
needs: [Test]
0 commit comments