Skip to content

Commit

Permalink
chore: update GitHub action, package version, and electron version
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
ysicing committed Mar 25, 2024
1 parent d992068 commit afcf7fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: check
name: test

env:
# Common versions
Expand Down
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ztf",
"productName": "ztf",
"version": "1.0.0",
"version": "3.3.0",
"description": "ztf",
"main": ".webpack/main",
"scripts": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit afcf7fb

Please sign in to comment.