Skip to content

Commit 78ec198

Browse files
update
1 parent fc98337 commit 78ec198

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88

99
strategy:
1010
matrix:
11-
os: [macos-latest, ubuntu-latest, windows-latest]
11+
# os: [macos-latest, ubuntu-latest, windows-latest]
12+
os: [windows-latest]
1213

1314
steps:
1415
- name: Check out Git repository
@@ -17,7 +18,7 @@ jobs:
1718
- name: Install Node.js, NPM and Yarn
1819
uses: actions/setup-node@v1
1920
with:
20-
node-version: 10
21+
node-version: 18
2122

2223
- name: Build/release Electron app
2324
uses: samuelmeuli/action-electron-builder@v1.6.0

0 commit comments

Comments
 (0)