ci: always use the latest Node LTS

This commit is contained in:
Kilian von Pflugk 2024-10-06 13:25:05 +02:00
parent c716eca03f
commit 50e1b739e1
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '>=20'
node-version: 'lts/*'
- name: Install html-minifier-terser
run: npm install terser html-minifier-terser

View File

@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '>=20'
node-version: 'lts/*'
- name: Install html-minifier-terser
run: npm install terser html-minifier-terser