We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b087cc commit 3b389f7Copy full SHA for 3b389f7
.github/workflows/electron-builder-win.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Installing Node
17
uses: actions/setup-node@v3
18
with:
19
- node-version: 14
+ node-version: 16
20
- name: Prepare for Windows Build
21
shell: powershell #The default shell for Windows
22
run: |
0 commit comments