We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ccbb3 commit 4331af3Copy full SHA for 4331af3
.github/actions/setup/action.yml
@@ -27,5 +27,5 @@ runs:
27
28
- name: Install dependencies
29
if: steps.modules-cache.outputs.cache-hit != 'true'
30
- run: npm install --frozen-lockfile
+ run: npm ci
31
shell: bash
0 commit comments