Skip to content

Commit

Permalink
try fixing m1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
atinylittleshell committed Feb 17, 2024
1 parent cf67da1 commit 7dbdb5e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18.x
- name: install windows build tools
run: npm i -g [email protected]
- name: install node-gyp
Expand Down Expand Up @@ -50,9 +50,9 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18.x
- name: install node-gyp
run: npm i -g node-gyp@latest
- name: clean npm cache
Expand All @@ -73,9 +73,9 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18.x
- name: install node-gyp
run: npm i -g node-gyp@latest
- name: clean npm cache
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"engineStrict": true,
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"scripts": {
"dev:app": "cross-env NODE_ENV=development BROWSER=none concurrently -k \"turbo run dev:terminal\" \"wait-on -d 3000 -i 5000 http://localhost:3000 && turbo run build:app && electron .\"",
Expand Down

0 comments on commit 7dbdb5e

Please sign in to comment.