zowe / zowe-cli-db2-plugin

DB2 Plugin for the Zowe CLI
Eclipse Public License 2.0
8 stars 16 forks source link

Update ibm_db dependency to support Node 12 #35

Closed ghost closed 4 years ago

ghost commented 4 years ago

Per this issue:

ibm_db@2.6.0 supports node.js v12.x

Tested on CentOS 7.7 that this fix makes it possible to install the plugin in a Node.js 12.x environment.

codecov[bot] commented 4 years ago

Codecov Report

Merging #35 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   76.67%   76.67%           
=======================================
  Files          25       25           
  Lines         313      313           
  Branches       35       35           
=======================================
  Hits          240      240           
  Misses         73       73

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8cd8af8...4b081f4. Read the comment docs.

zFernand0 commented 4 years ago

Thanks for testing!