janl / mustache.js

Minimal templating with {{mustaches}} in JavaScript
https://mustache.github.io
MIT License
16.37k stars 2.4k forks source link

Add newer versions of node to github actions #830

Open lucas42 opened 1 month ago

lucas42 commented 1 month ago

There's been quite a few new version of node released since the github actions config was written. This adds all even versions (Long-term supported ones) to the github actions matrixes up to version 20. It also uses version 20 for any jobs which run once.

Version 22 of node is also now available, but that seems to break the build, so will need a bit more investigation before adding.

lucas42 commented 1 month ago

Note: merging this pull request separately may cause conflicts with other pull requests I've raised. I'd recommend only merging #837, which combines several upgrades in a single place.