Skip to content

Commit

Permalink
ci: fix properties
Browse files Browse the repository at this point in the history
  • Loading branch information
h-takeyeah committed Mar 8, 2024
1 parent be6be44 commit 22599b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/prepare-nodemodules/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
steps:
- uses: actions/cache@v4
id: cache
working-directory: ${{ inputs.root }}
shell: bash
with:
path: |
~/.bun/install/cache
Expand All @@ -26,6 +26,7 @@ runs:
with:
bun-version: latest
- name: Install dependencies
shell: bash
if: steps.cache.outputs.cache-hit != 'true'
working-directory: ${{ inputs.root }}
run: bun install

0 comments on commit 22599b0

Please sign in to comment.