Skip to content

Commit

Permalink
Disable Frozen Lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrews committed May 1, 2023
1 parent 113bc05 commit cb9c892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/logstation-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache-dependency-path: ./web/yarn.lock

- name: Install web
run: yarn install --frozen-lockfile
run: yarn install
working-directory: ./web

- name: Build web with Yarn
Expand Down

0 comments on commit cb9c892

Please sign in to comment.