node-notifier icon indicating copy to clipboard operation
node-notifier copied to clipboard

fix: GitHub Actions workflow now tests with different node versions

Open Sebastian-Webster opened this issue 10 months ago • 0 comments

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.

Sebastian-Webster avatar Apr 08 '24 13:04 Sebastian-Webster