Skip to content

Commit

Permalink
Add Electron 7.2.x as a prebuild target
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivshah3 committed Apr 22, 2020
1 parent 07b2be2 commit 00869c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,7 @@ x.x.x Release notes (yyyy-MM-dd)

### Internal
* Added a platform independent way of printing to stdout on iOS & Node.js and the log on Android. ([#2789](https://github.com/realm/realm-js/pull/2789))
* Added Electron 7.2.x as a prebuild target. ([#2833](https://github.com/realm/realm-js/pull/2833))

5.0.3 Release notes (2020-4-01)
=============================================================
Expand Down
6 changes: 3 additions & 3 deletions Jenkinsfile
Expand Up @@ -8,9 +8,9 @@ repoName = 'realm-js' // This is a global variable
def nodeVersions = ['10.19.0', "11.15.0", "12.16.1", "13.0.0"]
nodeTestVersion = nodeVersions[0]

//Changing electron versions for testing requires upgrading the spectron dependency in tests/electron/package.json to a specific version.
//For more see https://www.npmjs.com/package/spectron
def electronVersions = ['8.1.1']
//Changing electron versions for testing requires upgrading the spectron dependency in tests/electron/package.json to a specific version.
//For more see https://www.npmjs.com/package/spectron
def electronVersions = ['8.1.1', '7.2.3']
electronTestVersion = electronVersions[0]

def gitTag = null
Expand Down

0 comments on commit 00869c9

Please sign in to comment.