mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-27 15:04:36 +00: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:
parent
011d026d76
commit
59352e4ca7
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user