Upgrade node to fix canary (#5301)
Some checks are pending
Canary / build-cli (push) Blocked by required conditions
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Prepare Version (push) Waiting to run
Canary / Release (push) Blocked by required conditions
CI / bundle-desktop-unsigned (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
Documentation Site Preview / deploy (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run

This commit is contained in:
Zane 2025-10-21 12:03:57 -07:00 committed by GitHub
parent 3e4488275b
commit 574ca2b290
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 1828 additions and 451 deletions

View file

@ -1 +1 @@
.node-22.17.1.pkg
.node-24.10.0.pkg

View file

@ -1 +1 @@
.node-22.17.1.pkg
.node-24.10.0.pkg

View file

@ -1 +1 @@
.node-22.17.1.pkg
.node-24.10.0.pkg

View file

@ -1 +1 @@
.node-22.17.1.pkg
.node-24.10.0.pkg

File diff suppressed because it is too large Load diff

View file

@ -91,14 +91,14 @@
"zod": "^3.25.76"
},
"devDependencies": {
"@electron-forge/cli": "^7.8.3",
"@electron-forge/maker-deb": "^7.8.3",
"@electron-forge/maker-rpm": "^7.8.3",
"@electron-forge/maker-squirrel": "^7.8.3",
"@electron-forge/maker-zip": "^7.8.3",
"@electron-forge/plugin-auto-unpack-natives": "^7.8.3",
"@electron-forge/plugin-fuses": "^7.5.0",
"@electron-forge/plugin-vite": "^7.8.3",
"@electron-forge/cli": "^7.10.2",
"@electron-forge/maker-deb": "^7.10.2",
"@electron-forge/maker-rpm": "^7.10.2",
"@electron-forge/maker-squirrel": "^7.10.2",
"@electron-forge/maker-zip": "^7.10.2",
"@electron-forge/plugin-auto-unpack-natives": "^7.10.2",
"@electron-forge/plugin-fuses": "^7.10.2",
"@electron-forge/plugin-vite": "^7.10.2",
"@electron/fuses": "^1.8.0",
"@electron/remote": "^2.1.3",
"@eslint/js": "^9.33.0",
@ -121,7 +121,7 @@
"@types/yauzl": "^2.10.3",
"@typescript-eslint/eslint-plugin": "^8.39.1",
"@typescript-eslint/parser": "^8.39.1",
"@vitejs/plugin-react": "^5.0.0",
"@vitejs/plugin-react": "^5.0.4",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"autoprefixer": "^10.4.21",
@ -138,7 +138,7 @@
"prettier": "^3.6.2",
"tailwindcss": "^4.1.14",
"typescript": "~5.9.3",
"vite": "^7.1.5",
"vite": "^7.1.10",
"vitest": "^3.2.4"
},
"keywords": [],