File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,6 @@ jobs:
112112 with :
113113 path : |
114114 node_modules
115- **/node_modules
116115 key : ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
117116 fail-on-cache-miss : true
118117
@@ -157,7 +156,6 @@ jobs:
157156 with :
158157 path : |
159158 node_modules
160- **/node_modules
161159 key : ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
162160 fail-on-cache-miss : true
163161
@@ -187,7 +185,6 @@ jobs:
187185 with :
188186 path : |
189187 node_modules
190- **/node_modules
191188 key : ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
192189 fail-on-cache-miss : true
193190
You can’t perform that action at this time.
0 commit comments