Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannymassuia committed Apr 24, 2024
1 parent 9e71018 commit c402443
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ runs:

- name: Install dependencies 🔧
shell: bash
working-directory: ./docs/events-catalog
if: steps.cache_dependencies.outputs.cache-hit != 'true'
run: npm ci
run: cd ./docs/events-catalog && npm ci

0 comments on commit c402443

Please sign in to comment.