Browse Source

workflow: update

xiaoxian521 3 years ago
parent
commit
def4c60395
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/linter.yml

+ 3 - 3
.github/workflows/linter.yml

@@ -47,9 +47,9 @@ jobs:
 
       - name: Build
         run: |
-          pnpm install
-          pnpm lint
-          pnpm build
+          yarn install
+          yarn lint
+          yarn build
         env:
           VALIDATE_ALL_CODEBASE: false
           DEFAULT_BRANCH: main