Skip to content

Commit

Permalink
adjust github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Oct 30, 2024
1 parent 82b68ac commit 07085a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ runs:
- name: Install dependencies 🔧
shell: bash
if: steps.cache_dependencies.outputs.cache-hit != 'true'
run: yarn ci
run:
yarn install
yarn ci

0 comments on commit 07085a3

Please sign in to comment.