bugfix/ electron builder 22.11 needs Node 14+

This commit is contained in:
Maxime GRIS
2021-07-17 13:23:22 +02:00
parent f399d75078
commit c7dbb3f947
6 changed files with 121 additions and 74 deletions

View File

@@ -19,7 +19,7 @@ jobs:
build:
strategy:
matrix:
node-version: [12.x, 14.x, 15.x]
node-version: [14.x, 15.x, 16.x]
# The type of runner that the job will run on
runs-on: windows-latest