File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 37
37
node_modules
38
38
key : ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
39
39
40
- - name : install dependencies
40
+ - name : install dependencies (no cache available)
41
41
if : steps.cache.outputs.cache-hit != 'true'
42
42
run : npm ci
43
43
79
79
path : node_modules
80
80
key : ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
81
81
82
+ - name : install dependencies (no cache available)
83
+ if : steps.cache.outputs.cache-hit != 'true'
84
+ run : npm ci
85
+
82
86
- name : release versioning
83
87
env :
84
88
GH_TOKEN : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change 37
37
node_modules
38
38
key : ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
39
39
40
- - name : install dependencies
40
+ - name : install dependencies (no cache available)
41
41
if : steps.cache.outputs.cache-hit != 'true'
42
42
run : npm ci
43
43
Original file line number Diff line number Diff line change 37
37
node_modules
38
38
key : ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
39
39
40
- - name : install dependencies
40
+ - name : install dependencies (no cache available)
41
41
if : steps.cache.outputs.cache-hit != 'true'
42
42
run : npm ci
43
43
79
79
path : node_modules
80
80
key : ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
81
81
82
+ - name : install dependencies (no cache available)
83
+ if : steps.cache.outputs.cache-hit != 'true'
84
+ run : npm ci
85
+
82
86
- name : release versioning
83
87
env :
84
88
GH_TOKEN : ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments