Skip to content

Commit

Permalink
chore: chagen the deprecated --frozen-lockfile option to --immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Sep 25, 2024
1 parent ed03128 commit dc71e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: 'yarn'

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

- name: Lint,format,test and Build
run: yarn ci
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'yarn'

- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable

- name: Build
run: yarn build
Expand Down

0 comments on commit dc71e59

Please sign in to comment.