docker-node icon indicating copy to clipboard operation
docker-node copied to clipboard

fix: try only to PR files with NODE_VERSION change

Open nschonni opened this issue 3 years ago • 1 comments

Don't think this actually will resolve it, but this diff command will limit it to only the files that have changed versions. Proper solution probably needs some re-work that would require the migration from SH to JS for update.sh

nschonni avatar Oct 12 '22 18:10 nschonni

Proper solution probably needs some re-work that would require the migration from SH to JS for update.sh

To the surprise of no one, this is my preferred solution 😃

Or, I'd prefer TS and ts-node or something. But migration to JS would be a great improvement to maintainability (we could do inline jsdoc which helps IDE integration without needing an installation and verification step)

SimenB avatar Oct 25 '22 22:10 SimenB