Skip to content

Commit 8e91199

Browse files
committed
chore: update gh-action in the readme [skip ci]
1 parent 1f228b4 commit 8e91199

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,12 @@ Lint:
8181
- name: Commit lint ✨
8282
uses: wagoid/commitlint-github-action@v2
8383

84-
- name: Setup PNPM
85-
uses: pnpm/action-setup@master
86-
with:
87-
version: latest
88-
8984
- name: Install dependencies
90-
run: pnpm install
85+
run: npm install
9186

9287
- name: Format ✨
93-
run: pnpm test.format
88+
run: npm run test.format
9489

9590
- name: Lint ✨
96-
run: pnpm test.lint
91+
run: npm run test.lint
9792
```

0 commit comments

Comments
 (0)