ci: always use the latest Node LTS
This commit is contained in:
parent
507bb64d45
commit
08d1e6e0b5
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -38,7 +38,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
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -27,7 +27,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user