Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 137d017

Browse files
ci: install dependencies using npm instead on yarn
1 parent e3ea928 commit 137d017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache-dependency-path: "**/package-lock.json"
2525

2626
- name: Install dependencies 👨🏻‍💻
27-
run: yarn --frozen-lockfile --silent
27+
run: npm ci
2828

2929
- name: Run tests 🧪
30-
run: yarn test
30+
run: npm run test

0 commit comments

Comments
 (0)