Skip to content

Commit

Permalink
feat: bring back cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Jan 28, 2025
1 parent f9f9dfb commit 75e2e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
restore-keys: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: Install
run: yarn install
run: yarn install --immutable

- name: Lint
run: yarn lint
Expand Down

0 comments on commit 75e2e51

Please sign in to comment.