Skip to content

Commit

Permalink
Use immutable instead of frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Jun 18, 2024
1 parent 484922c commit ce80b33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: yarn

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

- name: Check code formatting
run: yarn run lint
2 changes: 1 addition & 1 deletion .github/workflows/deploy_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: latest

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

- name: Build script
run: yarn workspace excavator-script run build
Expand Down

0 comments on commit ce80b33

Please sign in to comment.