sebi2k1 / node-can

NodeJS SocketCAN extension
215 stars 72 forks source link

Add TypeScript examples #123

Closed milesstoetzner closed 9 months ago

milesstoetzner commented 10 months ago

This PR adds TypeScript examples to the README as requested in https://github.com/sebi2k1/node-can/issues/112

milesstoetzner commented 10 months ago

Unfortunately, the pipelines do not succeed. However, IMHO this is not related to my changes which are limited to the README.md.

Why do we run npm i -g npm in the pipeline? Without knowing anything about the requirements of this project, I would have assumed that just using npm as set up by actions/setup-node@v3 would be fine.

sebi2k1 commented 9 months ago

Need to check why it fails now. In the past the action was not sufficient.