Skip to content

Commit

Permalink
fix(actions): freeze lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Feb 14, 2024
1 parent fd5e0ee commit dba7313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
cache: 'yarn'

- name: Install dependencies
run: yarn --immutable --immutable-cache
run: yarn --frozen-lockfile

- run: yarn ${{ matrix.command }}

0 comments on commit dba7313

Please sign in to comment.