We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7ceee commit fff2d1aCopy full SHA for fff2d1a
1 file changed
.github/workflows/setup-node/action.yaml
@@ -18,4 +18,4 @@ runs:
18
- name: Install dependencies 🔧
19
shell: bash
20
if: steps.cache_dependencies.outputs.cache-hit != 'true'
21
- run: npm ci
+ run: npm install && npm ci
0 commit comments