fix: remove --frozen-lockfile

pull/1499/head
Tienson Qin 2021-03-18 21:16:49 +08:00
parent 6e1d4e305a
commit 957a2c65ab
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Fetch yarn deps
run: yarn cache clean && yarn install --frozen-lockfile
run: yarn cache clean && yarn install
- name: Run Clojure test
run: |