node-notifier
node-notifier copied to clipboard
fix: GitHub Actions workflow now tests with different node versions
Previously the GitHub Actions workflow would run the same tests (5 tests) with node version 12.
The GitHub Actions workflow now uses all the node versions specified in matrix.node-version
.
Also updated the node-version list to have more recent versions of node and bumped actions used to newer versions.