Reduce GA runtime by using actions/cache@v3 ``` - uses> actions/cache@v3 with: path: node_modules key @{{ runner.os }}-node-${{ hashFiles('package-lock.json') }} ```