chore: bump node to v12.8.1 (master) (#19790)
* chore: bump node in DEPS to v12.8.1 * test: disable parallel/test-http2-reset-flood Disabled new Worker test owing to a threading issue where the Worker segfaults on worker.on('message', () => {}). We've disabled failing worker tests previously as we don't offer first-class support for them in Electron.
This commit is contained in:
parent
a54d438e18
commit
bd11be98aa
2 changed files with 2 additions and 1 deletions
2
DEPS
2
DEPS
|
@ -12,7 +12,7 @@ vars = {
|
|||
'chromium_version':
|
||||
'956a430350ccbeb16cf544f79c1990f1eae4d4fe',
|
||||
'node_version':
|
||||
'v12.8.0',
|
||||
'v12.8.1',
|
||||
'nan_version':
|
||||
'2ee313aaca52e2b478965ac50eb5082520380d1b',
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"parallel/test-inspector-workers-flat-list",
|
||||
"parallel/test-sync-io-option",
|
||||
"parallel/test-heapdump-async-hooks-init-promise",
|
||||
"parallel/test-http2-reset-flood",
|
||||
"parallel/test-bootstrap-modules",
|
||||
"parallel/test-buffer-backing-arraybuffer",
|
||||
"parallel/test-buffer-constructor-node-modules-paths",
|
||||
|
|
Loading…
Reference in a new issue