[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

@@ -21,7 +21,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
node-version: lts/*
check-latest: true
cache: "npm"
- name: Install dependencies