Skip to content

Commit

Permalink
Update vite back, increase node build memory
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueCarry committed May 7, 2024
1 parent 5f6683a commit 8378678
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 127 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
uses: tauri-apps/tauri-action@dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_OPTIONS: "--max_old_space_size=14096"
with:
releaseId: ${{ needs.create-release.outputs.release_id }}
tagName: ${{ needs.create-release.outputs.tag_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: check builds
env:
NODE_OPTIONS: "--max_old_space_size=4096"
NODE_OPTIONS: "--max_old_space_size=14096"
run: |
pnpm vite build
cargo check --manifest-path=src-tauri/Cargo.toml -p app
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vite": "^4.5.3"
"vite": "^5.2.11"
}
}
Loading

0 comments on commit 8378678

Please sign in to comment.