Skip to content

Commit 7161ee2

Browse files
committed
update action
1 parent 3ab3aad commit 7161ee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ runs:
2626
node-version: ${{ inputs.node-version }}
2727
- name: install node dependencies
2828
shell: bash
29-
run: |
30-
npm ci
29+
working-directory: frontend
30+
run: npm ci

0 commit comments

Comments
 (0)