File tree 7 files changed +15546
-12080
lines changed
7 files changed +15546
-12080
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v2
16
16
- uses : actions/setup-node@v2
17
17
with :
18
- node-version : ' 14 .x'
18
+ node-version : ' 20 .x'
19
19
registry-url : ' https://registry.npmjs.org'
20
20
21
21
- name : Get npm cache directory
Original file line number Diff line number Diff line change 107
107
$ cd mishiro/app
108
108
109
109
$ npm config set registry http://registry.npm.taobao.org/
110
- $ npm config set electron_mirror https://npm.taobao.org/mirrors /electron/
110
+ $ npm config set electron_mirror https://registry.npmmirror.com/-/binary /electron/
111
111
112
112
$ npm install -g node-gyp
113
113
$ npm config set node_gyp " ` npm prefix -g` /lib/node_modules/node-gyp/bin/node-gyp.js"
Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ build_from_source=true
2
2
runtime = electron
3
3
target = 13.1.7
4
4
disturl = https://electronjs.org/headers
5
+ openssl_fips =
6
+ napi_build_version = 7
You can’t perform that action at this time.
0 commit comments