ci: always use the latest Node LTS

This commit is contained in:
Kilian von Pflugk 2024-10-06 13:25:05 +02:00 committed by TwistedUmbrellaX
parent 507bb64d45
commit 08d1e6e0b5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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