Skip to content

Commit

Permalink
Frozen lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Apr 15, 2024
1 parent 8095979 commit 0df725f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Install Deps
run: yarn install
run: yarn install --frozen-lockfile
- name: Fix the bug ISSUE 1078
run: yarn run "react-spring-issue-1078"
- name: Build the app
Expand Down

0 comments on commit 0df725f

Please sign in to comment.