Skip to content

Commit

Permalink
this worked with node12; now add node 16; let's see what can be fixed…
Browse files Browse the repository at this point in the history
…/cleaned
  • Loading branch information
nerdCopter committed Dec 1, 2023
1 parent b90f0c6 commit 2088772
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: '12'
node-version: '16'
continue-on-error: false

# for debugging
Expand Down
2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -677,10 +677,8 @@ function release_osx64() {
console.log('running locally - skipping signing of app');
}

//var appdmg = require('gulp-appdmg');
const appdmg = require('./gulp-appdmg');


// The appdmg does not generate the folder correctly, manually
createDirIfNotExists(RELEASE_DIR);

Expand Down

0 comments on commit 2088772

Please sign in to comment.