Skip to content

Commit 3b389f7

Browse files
committed
Updates node version to 16 on win build
1 parent 7b087cc commit 3b389f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/electron-builder-win.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Installing Node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 14
19+
node-version: 16
2020
- name: Prepare for Windows Build
2121
shell: powershell #The default shell for Windows
2222
run: |

0 commit comments

Comments
 (0)