Quiz 13 Question 4 of 20

You cache npm dependencies with primary key 'npm-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}' and restore-keys starting with 'npm-${{ runner.os }}-'. What happens on a lockfile change?

Select an answer to reveal the explanation.

Motivation