diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5865e9f6b..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 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