Skip to content

Commit

Permalink
rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Jul 27, 2024
1 parent fba35f9 commit af43755
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/pr-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ runs:
path: node_modules
key: ${{ runner.os }}-build-cache-deps-${{ hashFiles('yarn.lock') }}

- name: install depdenencies
if: steps.restore-cache-node_modules.outputs.cache-hit != 'true'
- name: install dependencies
shell: bash
run: yarn install --immutable

0 comments on commit af43755

Please sign in to comment.