Using GitHub Actions to Keep Node Dependencies Up to Date, Automagically

Use github actions to automatically create pull requests with package updates. Read more

Similar

Node.js Package Configuration Guide

This is a guide on how to configure a package for Node.js. We will cover the basics of package configuration, including how to structure your files, how to use the package.json file, and how to handle CommonJS and ECMAScript modules (ESM). (more…)

Read more »