소스 검색

chore: use npm to run ci

chenshuai2144 4 년 전
부모
커밋
089e28aed2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -16,7 +16,7 @@ jobs:
         with:
           node-version: ${{ matrix.node_version }}
       - run: echo ${{github.ref}}
-      - run: yarn
+      - run: npm
       - run: yarn run lint
       - run: yarn run tsc
       - run: yarn run build