mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
commit
0425271b43
8 changed files with 12 additions and 7 deletions
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Setup node environment
|
||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
|
||||
with:
|
||||
node-version: 12
|
||||
node-version: 16
|
||||
check-latest: true
|
||||
|
||||
- name: Get npm cache directory path
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
- name: Setup node environment
|
||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
|
||||
with:
|
||||
node-version: 12
|
||||
node-version: 16
|
||||
check-latest: true
|
||||
|
||||
- name: Get npm cache directory path
|
||||
|
@ -91,7 +91,7 @@ jobs:
|
|||
- name: Setup node environment
|
||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
|
||||
with:
|
||||
node-version: 12
|
||||
node-version: 16
|
||||
check-latest: true
|
||||
|
||||
- name: Get npm cache directory path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue