Skip to content

Commit

Permalink
chore: gh-actions to run latest node & deploy mac resources for intel…
Browse files Browse the repository at this point in the history
… and apple (#140)
  • Loading branch information
moshfeu authored Sep 28, 2024
1 parent acd1653 commit 48712b8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ inputs:
required: false

runs:
using: node16
using: node20
main: index.js

branding:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: latest

- name: Installing dependencies
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Travis-ci build Status](https://travis-ci.com/moshfeu/y2mp3.svg?branch=master)](https://travis-ci.com/moshfeu/y2mp3)
[![Build/release](https://github.com/moshfeu/y2mp3/actions/workflows/build.yml/badge.svg)](https://github.com/moshfeu/y2mp3/actions/workflows/build.yml)
[![Wallaby.js](https://img.shields.io/badge/wallaby.js-configured-green.svg)](https://wallabyjs.com)
[![Release version](https://img.shields.io/github/release/moshfeu/y2mp3.svg)](https://github.com/moshfeu/y2mp3/releases/latest)
[![Github All Releases](https://img.shields.io/github/downloads/moshfeu/y2mp3/total.svg)](https://github.com/moshfeu/y2mp3/releases)
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,14 @@
"assets/**"
],
"mac": {
"icon": "resources/icons/mac/icon.icns"
"icon": "resources/icons/mac/icon.icns",
"target": {
"target": "default",
"arch": [
"x64",
"arm64"
]
}
},
"dmg": {
"icon": "resources/icons/mac/icon.icns",
Expand Down

0 comments on commit 48712b8

Please sign in to comment.