We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de83ab commit 3ca4f7eCopy full SHA for 3ca4f7e
.github/workflows/setup-node/action.yml
@@ -19,4 +19,5 @@ 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
0 commit comments