File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6262 uses : actions/cache@v4
6363 with :
6464 path : node_modules
65- key : ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
65+ key : ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}-${{ github.sha }}
6666
6767 - name : ' Install dependencies'
6868 if : steps.cache-nodemodules.outputs.cache-hit != 'true'
8686 with :
8787 path : |
8888 node_modules
89- key : ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
89+ key : ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}-${{ github.sha }}
9090 fail-on-cache-miss : true
9191
9292 - name : ' Generate dependencies'
@@ -112,7 +112,7 @@ jobs:
112112 with :
113113 path : |
114114 node_modules
115- key : ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
115+ key : ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}-${{ github.sha }}
116116 fail-on-cache-miss : true
117117
118118 - name : ' Generate dependencies'
@@ -156,7 +156,7 @@ jobs:
156156 with :
157157 path : |
158158 node_modules
159- key : ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
159+ key : ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}-${{ github.sha }}
160160 fail-on-cache-miss : true
161161
162162 - name : ' Generate dependencies'
@@ -185,7 +185,7 @@ jobs:
185185 with :
186186 path : |
187187 node_modules
188- key : ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
188+ key : ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}-${{ github.sha }}
189189 fail-on-cache-miss : true
190190
191191 - name : ' Generate dependencies'
You can’t perform that action at this time.
0 commit comments