We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5c56a commit 75fcf2aCopy full SHA for 75fcf2a
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 ci
21
- shell: bash
+ run: npm install
+ shell: bash
0 commit comments