Skip to content

Commit

Permalink
Merge pull request #3319 from FlowFuse/min-nodejs-localfs
Browse files Browse the repository at this point in the history
Update Min nodejs in localfs install/upgrade docs
  • Loading branch information
hardillb authored Jan 17, 2024
2 parents 8aa9ec6 + 8f23a14 commit 7ad420b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- 5432:5432
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
5 changes: 4 additions & 1 deletion docs/install/local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The install script has been tested against the following operating systems:

### Node.js

FlowFuse requires ***Node.js v16***.
FlowFuse requires ***Node.js v18***.

#### Linux

Expand Down Expand Up @@ -257,6 +257,9 @@ fileStore:

## Upgrade

If upgrading from 1.x.y to 2.x.y then you may need to upgrade from NodeJS v16 to NodeJS v18.
Please ensure you do this before the following steps.

To upgrade to the latest release you can follow these steps. Replace `x.y.z` with the
version you are upgrading to.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"ws": "^8.14.0"
},
"engines": {
"node": ">=16.x"
"node": ">=18.x"
},
"keywords": [
"low-code-platform",
Expand Down

0 comments on commit 7ad420b

Please sign in to comment.