GitHubWriting a GitHub Actions File To Test Against Multiple Node.js VersionsFeb 23, 2023 1 min readIf you’re distributing a package, say a plugin, you may want to test it against multiple Node versions (especially if you’re using Jest for tests). …