ソースを参照

fix: lock file & ci check

Peng Xiao 3 年 前
コミット
3beb46261e
1 ファイル変更1 行追加5 行削除
  1. 1 5
      .github/workflows/build.yml

+ 1 - 5
.github/workflows/build.yml

@@ -67,11 +67,7 @@ jobs:
         run: clojure -A:cljs -P
 
       - name: Fetch yarn deps
-        run: yarn install
-
-      # Exits with 0 if yarn.lock is up to date or 1 if we forgot to update it
-      - name: Ensure yarn.lock is up to date
-        run: git diff --exit-code yarn.lock
+        run: yarn install --frozen-lockfile
 
       - name: Run ClojureScript test
         run: |