Skip to content

Commit d5efae5

Browse files
committed
(feat): workflows
1 parent 97b770e commit d5efae5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
with:
1818
node-version: ${{matrix.node}}
1919
- name: install dependencies
20-
run: npm install
20+
run: yarn install
2121
- name: lint code
22-
run: npm run lint
22+
run: yarn lint
2323
- name: build project
24-
run: npm run build
24+
run: yarn build
2525
- name: run tests
26-
run: npm run test
26+
run: yarn test
2727
- name: coverage
2828
uses: codecov/codecov-action@v4
2929
if: github.actor != 'dependabot[bot]'

0 commit comments

Comments
 (0)