Skip to content

Commit 68a648e

Browse files
committed
ci: Match versions and commands in both workflows
1 parent b3ba982 commit 68a648e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: npm ci
3838

3939
- name: Build guest server and app
40-
run: npm run build:linux
40+
run: npm run build:linux-gs
4141

4242
- name: Upload artifacts
4343
uses: actions/upload-artifact@v4
@@ -55,13 +55,13 @@ jobs:
5555
- name: Set up Node.js
5656
uses: actions/setup-node@v4
5757
with:
58-
node-version: '20'
58+
node-version: '22'
5959
cache: 'npm'
6060

6161
- name: Set up Go
6262
uses: actions/setup-go@v5
6363
with:
64-
go-version: '>=1.22.0'
64+
go-version: '>=1.24.2'
6565

6666
- name: Install Flatpak dependencies
6767
run: |

0 commit comments

Comments
 (0)