Skip to content

Commit

Permalink
Merge pull request #15 from SergeiPatiakin/bump-deps
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
SergeiPatiakin authored Jun 17, 2024
2 parents 594fb50 + ab2e345 commit 075c540
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 12 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
node-version: 16.20.0
cache: "npm"

- uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Install NPM dependencies
run: npm ci

Expand All @@ -49,6 +53,32 @@ jobs:
name: macos-x64-binary
path: out/make/zip/darwin/x64/**

build-macos-arm64:
runs-on: macos-14
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 16.20.0
cache: "npm"

- uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Install NPM dependencies
run: npm ci

- name: Make
run: npm run make

- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: macos-arm64-binary
path: out/make/zip/darwin/arm64/**

build-windows-x64:
runs-on: windows-latest
steps:
Expand Down
22 changes: 11 additions & 11 deletions 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 @@ -68,7 +68,7 @@
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.3",
"@tanstack/react-query": "^4.32.6",
"better-sqlite3": "^8.0.1",
"better-sqlite3": "^11.0.0",
"dobkap": "^0.21.0",
"electron-squirrel-startup": "^1.0.0",
"mailparser-mit": "^1.0.0",
Expand Down

0 comments on commit 075c540

Please sign in to comment.