Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Build node binaries on 10.15.0 and electron on 4.0.4
Browse files Browse the repository at this point in the history
See electron/node-abi#54 and
electron/node-abi@9e4c1a6
for fixes to incorrect abi version for electron 4.0.0 (it was using
electron 3.0.0 headers)
  • Loading branch information
ralphtheninja committed Feb 6, 2019
1 parent 435c73f commit 3445c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/prebuildify.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const pkg = require('../package.json')

function build () {
const targets = [
{ runtime: 'node', target: '10.6.0' },
{ runtime: 'electron', target: '4.0.0' }
{ runtime: 'node', target: '10.15.0' },
{ runtime: 'electron', target: '4.0.4' }
]

const opts = {
Expand Down

0 comments on commit 3445c8e

Please sign in to comment.