From 9b02915e44413e026439f9ed28bff14a9ea1facb Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Tue, 14 Mar 2023 12:09:36 +0800 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20=E4=BF=AE=E5=A4=8Dgithub=20ac?= =?UTF-8?q?tions=20=E6=9E=84=E5=BB=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- package.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e6d1ba..d7d0561 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: 17.x + node-version: 16.x - name: Install system deps if: matrix.os == 'ubuntu-latest' diff --git a/package.json b/package.json index f01678f..783f0e3 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,8 @@ "postuninstall": "electron-builder install-app-deps" }, "main": "background.js", - "optionalDependencies": { - "electron-clipboard-ex": "^1.3.3" - }, "dependencies": { + "electron-clipboard-ex": "^1.3.3", "@better-scroll/core": "^2.4.2", "ant-design-vue": "^2.2.8", "core-js": "^3.6.5",