Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 5e4f784

Browse files
author
ZenShibata
committed
feat(ci): use yarn
1 parent de7e6b2 commit 5e4f784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
check-latest: true
4747

4848
- name: Install dependencies
49-
run: npm ci
49+
run: yarn install
5050

5151
- name: Test compile
52-
run: npm run build
52+
run: yarn build

0 commit comments

Comments
 (0)