Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

docs: updated readme #1492

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading