mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -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
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: 'lts/*'
|
||||
|
||||
- name: install tools
|
||||
run: npm install
|
||||
|
||||
Reference in New Issue
Block a user