From a476db84ee9b5c78a4613ff5c6729fb4125fe181 Mon Sep 17 00:00:00 2001 From: Elysia Date: Sun, 18 Jan 2026 00:21:44 +0800 Subject: [PATCH] build: update dependencies and build configuration --- .github/workflows/build.yml | 4 ++-- package.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1415d2ac..23fd845d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,12 +41,12 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 20.19.2 - name: Install Dependencies run: | + npm install -G node-gyp@11.1.0 npm install - npm install -D electron-app-universal-protocol-client - name: Build Release Files run: npm run build diff --git a/package.json b/package.json index ad43d710..83aec514 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "@dotenvx/dotenvx": "^1.51.4", "@vitejs/plugin-vue": "^5.0.4", "electron": "^39.2.7", + "electron-app-universal-protocol-client": "^2.1.1", "electron-builder": "^24.13.3", "typescript": "^5.4.2", "vite": "^5.1.5",