Browse Source

fix: update node for patch that allows native modules built on < node 10 (#15073)

Samuel Attard 6 years ago
parent
commit
f69e91975f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DEPS

+ 1 - 1
DEPS

@@ -12,7 +12,7 @@ vars = {
   'chromium_version':
     '69.0.3497.106',
   'node_version':
-    '5331c9dc72e0db379a675efdb98f6a67bf7f23f0',
+    '5654c276d0497ff9a0bb0d7550b9073b2e2e7d3f',
 
   'boto_version': 'f7574aa6cc2c819430c1f05e9a1a1a666ef8169b',
   'pyyaml_version': '3.12',