build: update dependencies and build configuration

This commit is contained in:
Elysia
2026-01-18 00:21:44 +08:00
parent c342be45c2
commit a476db84ee
2 changed files with 3 additions and 2 deletions

View File

@@ -41,12 +41,12 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v6 uses: actions/setup-node@v6
with: with:
node-version: 20.x node-version: 20.19.2
- name: Install Dependencies - name: Install Dependencies
run: | run: |
npm install -G node-gyp@11.1.0
npm install npm install
npm install -D electron-app-universal-protocol-client
- name: Build Release Files - name: Build Release Files
run: npm run build run: npm run build

View File

@@ -29,6 +29,7 @@
"@dotenvx/dotenvx": "^1.51.4", "@dotenvx/dotenvx": "^1.51.4",
"@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue": "^5.0.4",
"electron": "^39.2.7", "electron": "^39.2.7",
"electron-app-universal-protocol-client": "^2.1.1",
"electron-builder": "^24.13.3", "electron-builder": "^24.13.3",
"typescript": "^5.4.2", "typescript": "^5.4.2",
"vite": "^5.1.5", "vite": "^5.1.5",