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