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

Commit 7a0326f

Browse files
committed
fix(npm): fix gh action checkout step npm ci command to yarn ci
1 parent dd2e86a commit 7a0326f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/setup-node@v1
3131
with:
3232
node-version: ${{ matrix.node-version }}
33-
- run: npm ci
33+
- run: yarn ci
3434
- name: Lint source code
3535
run: yarn lint
3636
- name: Set package registry

0 commit comments

Comments
 (0)