Skip to content

Commit

Permalink
yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Jul 27, 2024
1 parent d275508 commit 8b684b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/pr-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ runs:
key: ${{ runner.os }}-build-cache-deps-${{ hashFiles('yarn.lock') }}

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

0 comments on commit 8b684b6

Please sign in to comment.