Skip to content

Commit

Permalink
update requirements to node v22+
Browse files Browse the repository at this point in the history
  • Loading branch information
mlake committed Nov 25, 2024
1 parent 35168e6 commit 38b20a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALLATION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1) Make sure you have node version 18.x installed
1) Make sure you have node version 22.x installed

node --version

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Watch as this tool enters your TradingView alerts automatically.

MacOS/Windows/Linux

[Install NodeJS](https://nodejs.org/en/) (recommended version: 20.x)
[Install NodeJS](https://nodejs.org/en/) (recommended version: 22.x)

## Installation

Open Terminal/PowerShell and run the following:

__Make sure you're running at least node version 20__
__Make sure you're running at least node version 22__

```shell
node -v
Expand Down

0 comments on commit 38b20a2

Please sign in to comment.