File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/setup-node@v4
11
11
with :
12
12
node-version : 20
13
- - run : npm install
13
+ - run : npm install --omit=optional
14
14
- name : build package
15
15
run : npm run buildMacIntel && npm run buildMacArm
16
16
- name : upload package
25
25
- uses : actions/setup-node@v4
26
26
with :
27
27
node-version : 20
28
- - run : npm install
28
+ - run : npm install --omit=optional
29
29
- name : build package
30
30
run : npm run buildWindows
31
31
- name : upload package
42
42
- uses : actions/setup-node@v4
43
43
with :
44
44
node-version : 20
45
- - run : npm install
45
+ - run : npm install --omit=optional
46
46
- name : build package
47
47
run : npm run buildDebian && npm run buildRedhat && npm run buildLinuxArm64 && npm run buildRaspi
48
48
- name : upload package
You can’t perform that action at this time.
0 commit comments