IBM / nodejs-idb-pconnector

Promise-based Db2 Connector for IBM i
MIT License
28 stars 18 forks source link

ci: fix eslint action runner #130

Closed abmusse closed 2 years ago

abmusse commented 2 years ago

Running npm install even with --only=dev kept attempting to install idb-connector. This fails to install causing the action to abort. Now we verbosely install the eslint deps and run the linter.