[workflow] Use LTS node version and split "Run test" step (#3767)

Two small changes to the workflows:

- Run linter and spellcheck workflows with LTS node version. The
advantage of this is that we no longer have to raise the node version
for them.
- Split "Run test" step into two steps for more clarity.
This commit is contained in:
Kristjan ESPERANTO
2025-05-07 07:51:01 +02:00
committed by GitHub
parent b9d63d7252
commit a5b85c4ab6
3 changed files with 9 additions and 5 deletions

View File

@@ -18,7 +18,9 @@ planned for 2025-07-01
### Changed
- [refactor] Simplify module loading process (#3766)
- Use "node --run" instead of "npm run" (#1511)
- Use "node --run" instead of "npm run" (#3764)
- [workflow] Run linter und spellcheck with LTS node version (#3767)
- [workflow] Split "Run test" step into two steps for more clarity (#3767)
## [2.31.0] - 2025-04-01