chore: bump node to v12.8.1 (7-0-x) (#19835)

* 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:
trop[bot]
2019-08-19 19:40:24 -07:00
committed by Shelley Vohr
parent 3f5222b047
commit 67cb05b435
2 changed files with 2 additions and 1 deletions

2
DEPS
View File

@@ -12,7 +12,7 @@ vars = {
'chromium_version':
'78.0.3866.0',
'node_version':
'v12.8.0',
'v12.8.1',
'nan_version':
'2ee313aaca52e2b478965ac50eb5082520380d1b',

View File

@@ -7,6 +7,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",