From 525509820ca8166e18b3db0529f5c4bc7b4b91f2 Mon Sep 17 00:00:00 2001 From: Abdullah Waheed Date: Mon, 4 Sep 2023 17:39:33 +0500 Subject: [PATCH 1/3] docs: updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a55c17da9..f3bca8a45 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Prerequisites ------------- * Python 3.8.x * [gettext](http://www.gnu.org/software/gettext/) -* [node](https://nodejs.org) 12.11.1 -* [npm](https://www.npmjs.org/) 6.11.3 +* [node](https://nodejs.org) 16.11.1 +* [npm](https://www.npmjs.org/) 8.5.0 Warning: You must have NPM version 5.5.1. Using another version might result in a different `package-lock.json` file. Committing those changes might break our From d950775bbd2fdebf4f7027c3ef5b47bbab91da7a Mon Sep 17 00:00:00 2001 From: Abdullah Waheed Date: Mon, 4 Sep 2023 17:46:53 +0500 Subject: [PATCH 2/3] fix: fixed ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5865e9f6b..44b8f7cf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,4 +69,4 @@ jobs: NODE: ${{ matrix.node }} TARGETS: "requirements.js static test_python" - name: code cov - uses: codecov/codecov-action@v2 --disable pycov + uses: codecov/codecov-action@v2 --disable pycov From 09cb863c611d9e8197698ffa400e5b8c00f862cf Mon Sep 17 00:00:00 2001 From: Abdullah Waheed Date: Mon, 4 Sep 2023 17:48:44 +0500 Subject: [PATCH 3/3] fix: fixed ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44b8f7cf9..650b39eaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,4 +69,4 @@ jobs: NODE: ${{ matrix.node }} TARGETS: "requirements.js static test_python" - name: code cov - uses: codecov/codecov-action@v2 --disable pycov + run: codecov/codecov-action@v2 --disable pycov