mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07: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
1 changed files with 1 additions and 1 deletions
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue