We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75fcf2a commit 493fc1dCopy full SHA for 493fc1d
1 file changed
.github/actions/cached-deps/action.yml
@@ -17,5 +17,5 @@ runs:
17
key: deps-node-modules-${{ hashFiles('**/package-lock.json') }}
18
- name: Install dependencies
19
if: steps.cache.outputs.cache-hit != 'true' || inputs.caching != 'true'
20
- run: npm install
+ run: npm ci
21
shell: bash
0 commit comments