1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3972 from thornbill/node-16

Upgrade to node 16
This commit is contained in:
Bill Thornton 2022-09-30 15:43:53 -04:00 committed by GitHub
commit 0425271b43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 7 deletions

View file

@ -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