You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bh...@apache.org on 2019/03/21 17:28:50 UTC

[arrow] branch master updated: ARROW-4988: [JS] Bump required node version to 11.12

This is an automated email from the ASF dual-hosted git repository.

bhulette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new bbd7a69  ARROW-4988: [JS] Bump required node version to 11.12
bbd7a69 is described below

commit bbd7a696e2a0cdb5f0936dd6d9ecd8f8f1ccca6a
Author: Brian Hulette <bh...@google.com>
AuthorDate: Thu Mar 21 10:28:37 2019 -0700

    ARROW-4988: [JS] Bump required node version to 11.12
    
    Author: Brian Hulette <bh...@google.com>
    
    Closes #4006 from TheNeuralBit/node-11-12 and squashes the following commits:
    
    bee864e7 <Brian Hulette> Bump node req to 11.12
---
 js/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/package.json b/js/package.json
index a71bd73..b6d0880 100644
--- a/js/package.json
+++ b/js/package.json
@@ -111,6 +111,6 @@
     "xml2js": "0.4.19"
   },
   "engines": {
-    "node": ">=11.0"
+    "node": ">=11.12"
   }
 }