Skip to content

Commit

Permalink
chore: update workflwo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-oles committed Mar 9, 2025
1 parent 92fcfe4 commit eeb3653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
cache: 'yarn'

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

- name: Build project
run: yarn build
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
key: ${{ runner.os }}-locks

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

- name: Download build artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
cache: 'yarn'

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

- name: Download build artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit eeb3653

Please sign in to comment.