瀏覽代碼

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