GitHub Actions — Testing Against an Exact Node.js Version
Most of the Node.js examples for GitHub Actions use version numbers like 12.x. This value describes the latest Node.js v12 release, independently from the minor or patch version. The Node.js GitHub Action supports exact version numbers beside the wildcard match. This is helpful when you want …
Continue Reading