spec: run nan tests to ensure v8 compat has not broken (#18489)
This commit is contained in:
parent
3d8db573d9
commit
96371b6d75
5 changed files with 117 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
|||
// KEEP IN SYNC WITH DEPS FILE
|
||||
const YARN_VERSION = '1.15.2'
|
||||
|
||||
const OUT_DIR = process.env.ELECTRON_OUT_DIR || 'Debug'
|
||||
|
||||
const { GitProcess } = require('dugite')
|
||||
|
@ -42,5 +45,6 @@ module.exports = {
|
|||
getCurrentBranch,
|
||||
getElectronExec,
|
||||
getAbsoluteElectronExec,
|
||||
OUT_DIR
|
||||
OUT_DIR,
|
||||
YARN_VERSION
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue