Skip to content

Commit

Permalink
ci: test cache
Browse files Browse the repository at this point in the history
  • Loading branch information
uigywnkiub committed Aug 6, 2024
1 parent d142978 commit bf2409a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
# run: yarn info --name-only

- name: Install Dependencies
run: yarn install --immutable
# run: yarn install --immutable
run: yarn install --frozen-lockfile --ignore-scripts --ignore-engines

- name: Log TypeScript Version
run: tsc --version
Expand Down

0 comments on commit bf2409a

Please sign in to comment.