diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4dad87c..a0f1689 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/pornhub.yml b/.github/workflows/pornhub.yml index bdab147..fc1c86f 100644 --- a/.github/workflows/pornhub.yml +++ b/.github/workflows/pornhub.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/redtube.yml b/.github/workflows/redtube.yml index 6a8fc1f..1818296 100644 --- a/.github/workflows/redtube.yml +++ b/.github/workflows/redtube.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/status.yml b/.github/workflows/status.yml index 70b4a8b..aa4acf7 100644 --- a/.github/workflows/status.yml +++ b/.github/workflows/status.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/xhamster.yml b/.github/workflows/xhamster.yml index ee060a4..ad13452 100644 --- a/.github/workflows/xhamster.yml +++ b/.github/workflows/xhamster.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/xnxx.yml b/.github/workflows/xnxx.yml index cd94b5c..f0fe3a0 100644 --- a/.github/workflows/xnxx.yml +++ b/.github/workflows/xnxx.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/xvideos.yml b/.github/workflows/xvideos.yml index ab04c80..2e0b9df 100644 --- a/.github/workflows/xvideos.yml +++ b/.github/workflows/xvideos.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/youporn.yml b/.github/workflows/youporn.yml index ed6708d..6c3c02b 100644 --- a/.github/workflows/youporn.yml +++ b/.github/workflows/youporn.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index b442b97..9e5892b 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Don't make it long, make it short, all processed through single rest ## Prerequisites - +
NOTE: NodeJS 14.x or higherNOTE: NodeJS 16.x or higher
To handle several requests from each website, You will also need [Redis](https://redis.io/) for persistent caching, free tier is available on [Redis Labs](https://redislabs.com/), You can also choose another adapters as we using [keyv](https://github.com/jaredwray/keyv) Key-value storage with support for multiple backends. When you choosing your own adapter, all data must be stored with `` type.