Skip to content

Commit

Permalink
Update development requirements for node + TS
Browse files Browse the repository at this point in the history
  • Loading branch information
lelia committed Sep 15, 2022
1 parent cfb8b94 commit b3c1a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ with:

## Developing

> 💡 **Tip:** Please use [node](https://nodejs.org/en/download/releases/) v12.x or later, as well as an npm-compatible version of [typescript](https://www.npmjs.com/package/typescript).
> 💡 **Tip:** Please use [node.js](https://nodejs.org/en/download/releases/) v17.x or later, as well as [TypeScript](https://www.npmjs.com/package/typescript) v4.x or later.

Install the node dependencies:
Install the node.js dependencies:

```bash
npm install
Expand Down

0 comments on commit b3c1a49

Please sign in to comment.