Skip to content

Commit 0a31cfc

Browse files
author
huzh
committed
bump version to v24.1204.1613
1 parent ea0d7f4 commit 0a31cfc

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- name: Check out Git repository
2525
uses: actions/checkout@v3
2626

27-
- name: Setup Node.js
28-
uses: actions/setup-node@v3
27+
- name: Setup Bun
28+
uses: oven-sh/setup-bun@v1
2929
with:
30-
node-version: "18"
30+
bun-version: latest
3131

3232
- name: Get Package Version
3333
id: package-version
@@ -36,10 +36,10 @@ jobs:
3636
shell: bash
3737

3838
- name: Install Dependencies
39-
run: npm install
39+
run: bun install
4040

4141
- name: Build Electron App
42-
run: npm run build:app
42+
run: bun run build:app
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4545

@@ -61,6 +61,11 @@ jobs:
6161
- name: Check out Git repository
6262
uses: actions/checkout@v3
6363

64+
- name: Setup Bun
65+
uses: oven-sh/setup-bun@v1
66+
with:
67+
bun-version: latest
68+
6469
- name: Get Package Version
6570
id: package-version
6671
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-vue",
3-
"version": "24.1204.1606",
3+
"version": "24.1204.1613",
44
"description": "Really simple Electron + Vue + Vite boilerplate.",
55
"author": {
66
"name": "rirh<[email protected]>"

0 commit comments

Comments
 (0)