We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca4f7e commit 4a6d72bCopy full SHA for 4a6d72b
.github/workflows/setup-node/action.yml
@@ -19,5 +19,4 @@ runs:
19
- name: Install dependencies 🔧
20
shell: bash
21
if: steps.cache_dependencies.outputs.cache-hit != 'true'
22
- run: cd frontend
23
- run: npm ci
+ run: cd frontend && npm ci
0 commit comments