소스 검색

ci: use `--immutable` instead of `--frozen-lockfile`

Bryan Lee 2 년 전
부모
커밋
4a1bd95f47
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/lint.yml

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

@@ -36,8 +36,8 @@ jobs:
           path: node_modules
           key: npm-cache-lint-node@16
 
-      - name: 'Install dependencies'
-        run: yarn install --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
+      - name: Install dependencies
+        run: yarn install --immutable --registry https://registry.npmjs.org --network-timeout 300000
 
       - name: ESLint
         run: yarn lint