File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff 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
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 : |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments