mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Use nodejs lts version for CI
The exact nodejs version isn't critical here, just make sure it isn't too outdated.
This commit is contained in:
2
.github/workflows/webui_ci.yaml
vendored
2
.github/workflows/webui_ci.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: setup nodejs
|
- name: setup nodejs
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: 'lts/*'
|
||||||
|
|
||||||
- name: install tools
|
- name: install tools
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user