We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab3aad commit 7161ee2Copy full SHA for 7161ee2
.github/actions/setup/action.yml
@@ -26,5 +26,5 @@ runs:
26
node-version: ${{ inputs.node-version }}
27
- name: install node dependencies
28
shell: bash
29
- run: |
30
- npm ci
+ working-directory: frontend
+ run: npm ci
0 commit comments