File tree 4 files changed +11
-4
lines changed
4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ inputs:
53
53
required : false
54
54
55
55
runs :
56
- using : node16
56
+ using : node20
57
57
main : index.js
58
58
59
59
branding :
Original file line number Diff line number Diff line change 17
17
- name : Install Node.js, NPM and Yarn
18
18
uses : actions/setup-node@v4
19
19
with :
20
- node-version : 18
20
+ node-version : latest
21
21
22
22
- name : Installing dependencies
23
23
run : yarn
Original file line number Diff line number Diff line change 1
- [ ![ Travis-ci build Status ] ( https://travis-ci .com/moshfeu/y2mp3. svg?branch=master )] ( https://travis-ci .com/moshfeu/y2mp3 )
1
+ [ ![ Build/release ] ( https://github .com/moshfeu/y2mp3/actions/workflows/build.yml/badge. svg )] ( https://github .com/moshfeu/y2mp3/actions/workflows/build.yml )
2
2
[ ![ Wallaby.js] ( https://img.shields.io/badge/wallaby.js-configured-green.svg )] ( https://wallabyjs.com )
3
3
[ ![ Release version] ( https://img.shields.io/github/release/moshfeu/y2mp3.svg )] ( https://github.com/moshfeu/y2mp3/releases/latest )
4
4
[ ![ Github All Releases] ( https://img.shields.io/github/downloads/moshfeu/y2mp3/total.svg )] ( https://github.com/moshfeu/y2mp3/releases )
Original file line number Diff line number Diff line change 106
106
" assets/**"
107
107
],
108
108
"mac" : {
109
- "icon" : " resources/icons/mac/icon.icns"
109
+ "icon" : " resources/icons/mac/icon.icns" ,
110
+ "target" : {
111
+ "target" : " default" ,
112
+ "arch" : [
113
+ " x64" ,
114
+ " arm64"
115
+ ]
116
+ }
110
117
},
111
118
"dmg" : {
112
119
"icon" : " resources/icons/mac/icon.icns" ,
You can’t perform that action at this time.
0 commit comments