Skip to content

Commit

Permalink
Bump default installed NodeJS version
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Jun 3, 2024
1 parent 6fbc2e6 commit e78a206
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ The install script has been tested against the following operating systems:

### Node.js

FlowFuse requires ***Node.js v18***.
FlowFuse requires ***Node.js v18***, the install script will install Node.js v20 if
there is no version currently installed.

#### Linux

Expand Down
2 changes: 1 addition & 1 deletion install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SETLOCAL EnableDelayedExpansion
title FlowFuse Installer

REM #### Setup the environment ####################################
set MIN=18
set MIN=20
set VERSION=Unknown
set NPMMIN=8
set NPMVERSION=Unknown
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DIR="$(dirname "$(realpath "$0")")"

cd $DIR

MIN_NODEJS=18
MIN_NODEJS=20

case "$OSTYPE" in
darwin*)
Expand Down

0 comments on commit e78a206

Please sign in to comment.