nodejs: use lts as version tag

Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
This commit is contained in:
Philip H 2024-08-19 14:30:41 +02:00
parent 8145809e22
commit 352a022f30
No known key found for this signature in database
GPG key ID: DA39C2199C603FA5
3 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: 'lts/*'
check-latest: true
cache: 'npm'