Skip to content

Commit 493fc1d

Browse files
committed
Revert action.
1 parent 75fcf2a commit 493fc1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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 install
20+
run: npm ci
2121
shell: bash

0 commit comments

Comments
 (0)