Remix - Testing
In a Remix CI pipeline, what is the effect of adding this step?
- name: Cache node modules
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}