Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #52 from pfeerick/macos-dep-fix
Browse files Browse the repository at this point in the history
fix: Override electron-builder dependency
  • Loading branch information
CoderElectronics authored Feb 10, 2023
2 parents e4f0806 + a501430 commit 0cdfd9d
Show file tree
Hide file tree
Showing 3 changed files with 36,873 additions and 36,689 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy-cp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2

- name: Use Node.js 14.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Install dmg-license (macOS only)
if: runner.os == 'macOS'
run: npm i dmg-license

- name: Get short hash
id: vars
Expand Down
Loading

0 comments on commit 0cdfd9d

Please sign in to comment.