Skip to content

Commit ad9b6d1

Browse files
Fixed: CI/CD package manager.
1 parent d3b771e commit ad9b6d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
node-version: '20.9.0'
1919

2020
- name: Install dependencies
21-
run: npm install
21+
run: yarn install
2222

2323
- name: Run lint
24-
run: npm run lint
24+
run: yarn lint
2525

2626
- name: Run format check
27-
run: npm run format
27+
run: yarn format
2828

2929
- name: Check commit messages
3030
uses: wagoid/commitlint-github-action@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "keep-react",
3-
"version": "1.4.3",
3+
"version": "1.6.0",
44
"description": "Official React components built for React and Tailwind CSS",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)