From afcf7fb72edfd04d26fdc42a0e4a0a7c7eebb274 Mon Sep 17 00:00:00 2001 From: ysicing Date: Mon, 25 Mar 2024 22:41:39 +0800 Subject: [PATCH] chore: update GitHub action, package version, and electron version - Change the name of the GitHub action from "check" to "test" - Update the version number in the package.json file from "1.0.0" to "3.3.0" - Update the version of electron from "16.0.6" to "16.2.8" Signed-off-by: ysicing --- .github/workflows/test.yml | 2 +- client/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index daa15ac9..8144be5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: check +name: test env: # Common versions diff --git a/client/package.json b/client/package.json index 38ce0d1c..12a8961e 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "ztf", "productName": "ztf", - "version": "1.0.0", + "version": "3.3.0", "description": "ztf", "main": ".webpack/main", "scripts": { @@ -35,7 +35,7 @@ "@electron-forge/plugin-webpack": "6.0.0-beta.61", "@vercel/webpack-asset-relocator-loader": "1.7.0", "css-loader": "6.5.1", - "electron": "16.0.6", + "electron": "16.2.8", "electron-packager": "15.4.0", "electron-prebuilt-compile": "^8.2.0", "node-loader": "2.0.0",