File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 58
58
node-version : ${{ matrix.node-version }}
59
59
cache : " yarn"
60
60
- run : yarn run ci
61
+ env :
62
+ ELECTRON_SKIP_BINARY_DOWNLOAD : ' 1'
61
63
- run : yarn run lint
62
64
- name : Get Version Number
63
65
id : getPackageInfo
Original file line number Diff line number Diff line change 24
24
node-version : 22.x
25
25
cache : " yarn"
26
26
- run : yarn run ci
27
+ env :
28
+ ELECTRON_SKIP_BINARY_DOWNLOAD : ' 1'
27
29
- run : yarn run lint
28
30
# let's verify that webpack is able to package the project
29
31
- run : yarn run pack
Original file line number Diff line number Diff line change 63
63
node-version : ${{ matrix.node-version }}
64
64
cache : " yarn"
65
65
- run : yarn run ci
66
+ env :
67
+ ELECTRON_SKIP_BINARY_DOWNLOAD : ' 1'
66
68
- run : yarn run lint
67
69
68
70
- name : Get Version Number
You can’t perform that action at this time.
0 commit comments