Skip to content

Commit 75fcf2a

Browse files
committed
CI
1 parent eb5c56a commit 75fcf2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/cached-deps/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ runs:
1717
key: deps-node-modules-${{ hashFiles('**/package-lock.json') }}
1818
- name: Install dependencies
1919
if: steps.cache.outputs.cache-hit != 'true' || inputs.caching != 'true'
20-
run: npm ci
21-
shell: bash
20+
run: npm install
21+
shell: bash

0 commit comments

Comments
 (0)