Skip to content

Commit

Permalink
fix: replace frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkenj1 committed May 23, 2024
1 parent a407857 commit b02f6ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: "yarn"

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

- name: Run Build
run: yarn build
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: "yarn"

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

- name: Run Prettier
run: yarn prettier
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: "yarn"

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

- name: Run tests
run: yarn test

0 comments on commit b02f6ad

Please sign in to comment.