Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
fix: Should no longer crash on startup for Mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
okdistribute committed Feb 18, 2020
1 parent 920704f commit 1bd0436
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Use Node.js 8.x
- name: Use Node.js 12.4
uses: actions/setup-node@v1
with:
node-version: 8.x
node-version: 12.4
- name: npm install
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: false

language: node_js
node_js:
- 8
- 12.4

os:
- osx
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"build:dev": "webpack --mode=development --progress --profile --colors",
"build:prod": "webpack --mode=production --profile --colors",
"pack": "npm run build:prod && npm run pack:all",
"pack:os": "build --x64 --ia32 --dir",
"pack:os": "electron-builder --x64 --ia32 --dir",
"pack:all": "npm run pack:os -- --linux --mac --win",
"dist": "npm run build:prod && npm run dist:os",
"dist:os": "build --x64 --ia32",
"dist:os": "electron-builder --x64 --ia32",
"dist:all": "npm run dist:os -- --linux --mac --win",
"dist:publish": "npm run dist -- --publish onTagOrDraft",
"release": "standard-version"
Expand All @@ -51,8 +51,8 @@
"cross-env": "^5.1.6",
"del": "^3.0.0",
"dependency-check": "^3.1.0",
"electron": "^8.0.1",
"electron-builder": "^20.31.2",
"electron": "^6.1.7",
"electron-builder": "^21.2.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-adapter-react-helper": "^1.2.3",
Expand Down

0 comments on commit 1bd0436

Please # to comment.