File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3030 node-version : ${{ env.NODE_VERSION }}
3131 registry-url : https://registry.npmjs.org
3232 - name : Cache npm
33- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
33+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3434 with :
3535 path : ~/.npm
3636 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2323 node-version : ${{ env.NODE_VERSION }}
2424 registry-url : https://registry.npmjs.org
2525 - name : Cache npm
26- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
26+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2727 with :
2828 path : ~/.npm
2929 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2323 node-version : ${{ env.NODE_VERSION }}
2424 registry-url : https://registry.npmjs.org
2525 - name : Cache npm
26- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
26+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2727 with :
2828 path : ~/.npm
2929 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2323 node-version : ${{ env.NODE_VERSION }}
2424 registry-url : https://registry.npmjs.org
2525 - name : Cache npm
26- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
26+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2727 with :
2828 path : ~/.npm
2929 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2727 node-version : ${{ env.NODE_VERSION }}
2828 registry-url : " https://registry.npmjs.org"
2929 - name : Cache npm
30- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
30+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3131 with :
3232 path : ~/.npm
3333 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2323 node-version : ${{ env.NODE_VERSION }}
2424 registry-url : https://registry.npmjs.org
2525 - name : Cache npm
26- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
26+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2727 with :
2828 path : ~/.npm
2929 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2424 node-version : ${{ matrix.node-version }}
2525 registry-url : https://registry.npmjs.org
2626 - name : Cache npm
27- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
27+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2828 with :
2929 path : ~/.npm
3030 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments