From 051842bbe4efd3bc82a44ce9bdcab5e3bf7d6eda Mon Sep 17 00:00:00 2001 From: Vitaly Gashkov Date: Mon, 18 Nov 2024 15:19:49 +0500 Subject: [PATCH 1/2] chore: use node v22 in CI, update README --- .github/workflows/release-cli.yml | 4 ++-- README.md | 6 +++--- README.ru.md | 4 ++-- apps/cli | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 4a73591..1a3c723 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: 'npm' - run: git config --global url."https://${{ secrets.CONTROL_REPO_TOKEN }}@github.com/".insteadOf ssh://git@github.com/ @@ -94,7 +94,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: 'npm' - uses: actions/download-artifact@v4 diff --git a/README.md b/README.md index bfcfd91..7d3cf3c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Streamyx is a tool that allows you to download videos for offline-viewing. Pусский -### Supported services +### Built-in services @@ -30,7 +30,7 @@ Streamyx is a tool that allows you to download videos for offline-viewing. -#### and there's many more... +> You can add support for any streaming service yourself! See [example](https://github.com/vitalygashkov/streamyx-service-example) for more details. ## Installation @@ -46,7 +46,7 @@ Usage: streamyx [OPTIONS] URL [URL...] ``` -Use `-h` option to see all available options. +Use `--help` flag to see all available options. ### Download a video diff --git a/README.ru.md b/README.ru.md index 26b7870..7c96737 100644 --- a/README.ru.md +++ b/README.ru.md @@ -20,7 +20,7 @@ Русский -### Поддерживаемые сервисы +### Встроенные сервисы @@ -30,7 +30,7 @@ -#### и многие другие... +> Вы можете добавить поддержку любого стриминг-сервиса самостоятельно! Посмотрите [пример](https://github.com/vitalygashkov/streamyx-service-example), чтобы узнать больше. ## Установка diff --git a/apps/cli b/apps/cli index 43f839d..0828d5d 160000 --- a/apps/cli +++ b/apps/cli @@ -1 +1 @@ -Subproject commit 43f839d0116653d0525f24e4b7d2fb50aec54542 +Subproject commit 0828d5d21630571700a2a6f6b7b1d65724675071 From 76c3df7fe4a9ef78130349c2444e9409c8673a7a Mon Sep 17 00:00:00 2001 From: Vitaly Gashkov Date: Mon, 18 Nov 2024 20:09:23 +0500 Subject: [PATCH 2/2] rollback to target node v20 --- .github/workflows/release-cli.yml | 4 ++-- apps/cli | 2 +- package-lock.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 1a3c723..4a73591 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 20 cache: 'npm' - run: git config --global url."https://${{ secrets.CONTROL_REPO_TOKEN }}@github.com/".insteadOf ssh://git@github.com/ @@ -94,7 +94,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 20 cache: 'npm' - uses: actions/download-artifact@v4 diff --git a/apps/cli b/apps/cli index 0828d5d..932b664 160000 --- a/apps/cli +++ b/apps/cli @@ -1 +1 @@ -Subproject commit 0828d5d21630571700a2a6f6b7b1d65724675071 +Subproject commit 932b6649bfd5d7a0c9c41a7642b875d85e6f0de5 diff --git a/package-lock.json b/package-lock.json index fcf15ba..fcbdfda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ }, "apps/cli": { "name": "@streamyx/cli", - "version": "4.0.3", + "version": "4.0.4", "hasInstallScript": true, "dependencies": { "azot": "^0.6.1",