File tree Expand file tree Collapse file tree 6 files changed +6
-10
lines changed Expand file tree Collapse file tree 6 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 41
41
run : git config --global http.postBuffer 524288000
42
42
shell : bash
43
43
44
- # - name: "Set unsafe-perm"
45
- # run: npm set unsafe-perm true
46
- # shell: bash
47
-
48
44
- name : " Install lerna and typescript globally"
49
45
50
46
shell : bash
Original file line number Diff line number Diff line change 13
13
timeout-minutes : 180
14
14
15
15
env :
16
- ELECTRON_CUSTOM_VERSION : 23.0.0
16
+ ELECTRON_CUSTOM_VERSION : 29.4.6
17
17
DISPLAY : " :99.0"
18
18
TEST_MODE : true
19
19
IS_CI : true
Original file line number Diff line number Diff line change 6
6
runs-on : macos-12
7
7
timeout-minutes : 180
8
8
env :
9
- ELECTRON_CUSTOM_VERSION : 23.0.0
9
+ ELECTRON_CUSTOM_VERSION : 29.4.6
10
10
TEST_MODE : true
11
11
IS_E2E : true
12
12
IS_CI : true
Original file line number Diff line number Diff line change 8
8
timeout-minutes : 180
9
9
10
10
env :
11
- ELECTRON_CUSTOM_VERSION : 23.0.0
11
+ ELECTRON_CUSTOM_VERSION : 29.4.6
12
12
TEST_MODE : true
13
13
E2E : true
14
14
IS_CI : true
Original file line number Diff line number Diff line change 111
111
"build:dev" : " concurrently \" npm run build:main\" \" npm run build:renderer\" " ,
112
112
"build:dev:dist" : " concurrently \" npm run build:main\" \" npm run build:renderer:prod\" " ,
113
113
"build:renderer" : " webpack --config webpack/webpack.config.renderer.dev.js" ,
114
- "build:main" : " tsc -p tsconfig.build.json && npm run copyMainEnvs " ,
114
+ "build:main" : " tsc -p tsconfig.build.json" ,
115
115
"build:main:prod" : " tsc -p tsconfig.build.json && npm run copyMainEnvs" ,
116
116
"build:renderer:prod" : " webpack --config webpack/webpack.config.renderer.prod.js" ,
117
117
"postBuild" : " node scripts/postBuild.js" ,
Original file line number Diff line number Diff line change 1
1
FROM node:16@sha256:818b5adc1ee4a04e8ad5efeb70871571efe414315ad7f16844f24f9962ffdc7e
2
2
3
- ARG ELECTRON_CUSTOM_VERSION 23.0.0
4
- ARG ELECTRON_CHROMEDRIVER_VERSION 22.0 .0
3
+ ARG ELECTRON_CUSTOM_VERSION 29.4.6
4
+ ARG ELECTRON_CHROMEDRIVER_VERSION 29.4 .0
5
5
ENV CHROMEDRIVER_PORT 9515
6
6
ENV CHROMEDRIVER_WHITELISTED_IPS ""
7
7
ENV SCREEN_WIDTH 1920
You can’t perform that action at this time.
0 commit comments