Markr12.hashnode.dev·Apr 8, 2024Workflow versionsWorkflows in EBS are versioned. To have an overview of what versions are (still) active in your environment you can run below query. To cleanup old workflows that are done, you can run the concurrent program "Purge Obsolete Workflow Runtime Data" (sh...Discusspurge
Dany Paredesdanywalls.com·Jan 8, 2024Fun and Easily Update NPM Dependencies with npm-check-updatesToday, I was trying to update multiple projects, but didn't want to struggle with compatibility issues or potential breaks. I found an amazing package, [npm-check-updates](https://www.npmjs.com/package/npm-check-updates). It helps to find package upd...Discuss·3 likes·232 readshow-tonpm
José Hortajoshhortt.hashnode.dev·Nov 19, 2022How to Keep Project Dependencies Up-To-DateDue to bug patches, new features, and other changes, dependencies may eventually become out-of-date. It becomes increasingly difficult to stay current with these upgrades the more project dependencies you have. Packages that are out of date might co...Discussversions