mikaelbr / node-notifier

A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)
MIT License
5.72k stars 323 forks source link

fix: GitHub Actions workflow now tests with different node versions #442

Open Sebastian-Webster opened 4 months ago

Sebastian-Webster commented 4 months ago

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.