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: macos-latest

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: ubuntu-18.04
@@ -55,7 +55,7 @@ jobs:
uses: GabrielBB/xvfb-action@v1
with:
run: npm test
- name: Run headless e2e test
uses: GabrielBB/xvfb-action@v1
with:

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