From 8f8ac8e9f1d1c107318d3225a47c6d8d51a4079b Mon Sep 17 00:00:00 2001 From: Indrawan I Date: Tue, 16 May 2023 15:41:02 +0700 Subject: [PATCH] ci: sunset workflows for node 14.x, use 16 instead (#25) --- .github/workflows/3hentai.yml | 2 +- .github/workflows/asmhentai.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/hentai2read.yml | 2 +- .github/workflows/hentaifox.yml | 2 +- .github/workflows/nhentai.yml | 2 +- .github/workflows/nhentaito.yml | 2 +- .github/workflows/pururin.yml | 2 +- .github/workflows/simply-hentai.yml | 2 +- .github/workflows/status.yml | 2 +- README.md | 2 +- package.json | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/3hentai.yml b/.github/workflows/3hentai.yml index 78955a7..4511d26 100644 --- a/.github/workflows/3hentai.yml +++ b/.github/workflows/3hentai.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/asmhentai.yml b/.github/workflows/asmhentai.yml index 58b9aaf..ad72f33 100644 --- a/.github/workflows/asmhentai.yml +++ b/.github/workflows/asmhentai.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/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/hentai2read.yml b/.github/workflows/hentai2read.yml index 080f77f..1b3b0dc 100644 --- a/.github/workflows/hentai2read.yml +++ b/.github/workflows/hentai2read.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/hentaifox.yml b/.github/workflows/hentaifox.yml index 15cd308..2fbc92d 100644 --- a/.github/workflows/hentaifox.yml +++ b/.github/workflows/hentaifox.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/nhentai.yml b/.github/workflows/nhentai.yml index 70d4c5d..5eaca3b 100644 --- a/.github/workflows/nhentai.yml +++ b/.github/workflows/nhentai.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/nhentaito.yml b/.github/workflows/nhentaito.yml index f4d1ac3..311dd17 100644 --- a/.github/workflows/nhentaito.yml +++ b/.github/workflows/nhentaito.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/pururin.yml b/.github/workflows/pururin.yml index bcf3cfe..ec84a9f 100644 --- a/.github/workflows/pururin.yml +++ b/.github/workflows/pururin.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/simply-hentai.yml b/.github/workflows/simply-hentai.yml index 3635a6b..085ab98 100644 --- a/.github/workflows/simply-hentai.yml +++ b/.github/workflows/simply-hentai.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/README.md b/README.md index e7df9c3..d8f378b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ You enjoy consume doujin sites to build web applications. There are a lot sites ## Prerequisites - +
NOTE: NodeJS 14.x or higherNOTE: NodeJS 16.x or higher
To handle several requests from each web, 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 provider as we using [keyv](https://github.com/jaredwray/keyv) Key-value storage with support for multiple backends. All data must be stored in `` here. diff --git a/package.json b/package.json index 20594c9..c567f22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jandapress", - "version": "3.8.0-alpha", + "version": "3.8.1-alpha", "description": "RESTful and experimental API for the Doujinshi, Pressing the whole nhentai, pururin, hentaifox, and more.. where the official one is lack.", "main": "build/src/index.js", "scripts": {