You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "ingimarlego (via GitHub)" <gi...@apache.org> on 2023/02/24 13:09:56 UTC

[GitHub] [pulsar-client-node] ingimarlego commented on issue #299: Support for node version 17+

ingimarlego commented on issue #299:
URL: https://github.com/apache/pulsar-client-node/issues/299#issuecomment-1443663901

   It's running on docker image node:16-alpine. bumping the image to 17 or 18 triggers the issue.
   
   ```
   "node_modules/pulsar-client": {
         "version": "1.8.0",
         "hasInstallScript": true,
         "license": "Apache-2.0",
         "dependencies": {
           "@mapbox/node-pre-gyp": "^1.0.9",
           "bindings": "^1.5.0",
           "node-addon-api": "^4.3.0"
         },
         "engines": {
           "node": ">=10.16.0"
         }
       }
       ```
       


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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