Skip to content

Commit

Permalink
fix: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
W3stside committed Sep 28, 2024
1 parent bdf7786 commit 3867e94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
clean: true

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

- name: Build packages
# skip building apps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Lint code
run: yarn lint
Expand All @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Build
run: yarn build:packages
Expand Down

0 comments on commit 3867e94

Please sign in to comment.