We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f25d3 commit 2173125Copy full SHA for 2173125
.github/workflows/setup-node/action.yml
@@ -18,5 +18,5 @@ runs:
18
- name: Install dependencies 🛠️
19
shell: bash
20
if: steps.cache_dependencies.outputs.cache-hit != 'true'
21
- run: npm install
+ run: npm ci
22
0 commit comments