ci: always use the latest Node LTS
This commit is contained in:
parent
c716eca03f
commit
50e1b739e1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -47,7 +47,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
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -22,7 +22,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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user