Build for newer versions of Node and Electron

This commit is contained in:
Michael Lumish 2020-05-21 11:05:38 -07:00
parent f3d09cca80
commit 3437a68771
1 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ jobs:
name: All Simple Native Builds
strategy:
matrix:
node: ['4', '5', '6', '7', '8', '9', '10', '11', '12', '13']
node: ['4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14']
arch: [ia32, x64]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
@ -46,7 +46,7 @@ jobs:
name: All Electron Builds
strategy:
matrix:
electron: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '2.0', '3.0', '3.1', '4.1', '4.2', '5.0', '6.0', '7.0']
electron: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '2.0', '3.0', '3.1', '4.1', '4.2', '5.0', '6.0', '6.1', '7.0', '7.1', '7.2', '7.3', '8.0', '8.1', '8.2', '8.3', '9.0']
arch: [ia32, x64]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['4', '5', '6', '7', '8', '9', '10', '11', '12', '13']
node: ['4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14']
env:
ARCH: x64
VERSION: ${{matrix.node}}.0.0
@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['4', '5', '6', '7', '8', '9', '10', '11', '12', '13']
node: ['4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14']
arch: [arm, arm64, s390x]
env:
ARCH: ${{matrix.arch}}