Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jan 16, 2024
1 parent d8249e0 commit 2ae2929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install
run: yarn --frozen-lockfile --perfer-offline
run: yarn --immutable

- name: Download stats
run: yarn github-stats
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: c-hive/gha-yarn-cache@v2

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

- name: Run tests
run: yarn test --coverage

0 comments on commit 2ae2929

Please sign in to comment.