You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2020/08/27 12:15:25 UTC

[GitHub] [tinkerpop] jorgebay commented on a change in pull request #1317: TINKERPOP-2335 Set node.js support at 10 for 3.5.0

jorgebay commented on a change in pull request #1317:
URL: https://github.com/apache/tinkerpop/pull/1317#discussion_r478371429



##########
File path: gremlin-javascript/pom.xml
##########
@@ -29,10 +29,21 @@ limitations under the License.
         <maven.test.skip>false</maven.test.skip>
         <skipTests>${maven.test.skip}</skipTests>
         <gremlin.server.dir>${project.parent.basedir}/gremlin-server</gremlin.server.dir>
+        <npm.version>6.14.6</npm.version>
+        <node.version>v10.22.0</node.version>

Review comment:
       Good idea to extract it into a property.

##########
File path: gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
##########
@@ -40,4 +40,4 @@
   "engines": {
     "node": ">=6"

Review comment:
       We should state `"node": ">= 10"` in the package.json




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org