소스 검색

fix: web style workflow checkout error (#13929)

Joel 5 달 전
부모
커밋
a4b992c1ab
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/style.yml

+ 2 - 2
.github/workflows/style.yml

@@ -88,11 +88,11 @@ jobs:
 
       - name: Web dependencies
         if: steps.changed-files.outputs.any_changed == 'true'
-        run: pnpm install --frozen-lockfile
+        run: pnpm install
 
       - name: Web style check
         if: steps.changed-files.outputs.any_changed == 'true'
-        run: yarn run lint
+        run: pnpm run lint
 
   docker-compose-template:
     name: Docker Compose Template