mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
Update for the offline video
This commit is contained in:
parent
45c06718b9
commit
796ed1df2f
528 changed files with 63819 additions and 306 deletions
6
node_modules/jquery-ui/.github/workflows/test.yml
generated
vendored
6
node_modules/jquery-ui/.github/workflows/test.yml
generated
vendored
|
@ -12,9 +12,9 @@ jobs:
|
|||
node-version: [12.x, 14.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-node@v1
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
|
@ -24,7 +24,7 @@ jobs:
|
|||
echo "::set-output name=dir::$(npm config get cache)"
|
||||
|
||||
- name: Cache npm dependencies
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ${{ steps.npm-cache-dir.outputs.dir }}
|
||||
key: ${{ runner.os }}-node-${{ matrix.node-version }}-npm-${{ hashFiles('**/package.json') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue