Skip to content

Commit

Permalink
MOON-470: replace yarn install --frozen-lockfile with yarn install --…
Browse files Browse the repository at this point in the history
…immutable (#464)
  • Loading branch information
Eevolee authored Dec 11, 2024
1 parent b5a8976 commit 10dc190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-code-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
shell: bash
run: yarn install --frozen-lockfile
run: yarn install --immutable
- name: Run Build
shell: bash
run: yarn build
Expand Down

0 comments on commit 10dc190

Please sign in to comment.