Skip to content

Commit

Permalink
[photon-client] Bump node to V18 (#1402)
Browse files Browse the repository at this point in the history
* Bumps minimum NodeJS requirement to v18 (already used as part of
official builds)
* Prerequisite for latest VueJS
  • Loading branch information
stephenjust committed Aug 25, 2024
1 parent 2e4be68 commit c33fd83
Show file tree
Hide file tree
Showing 3 changed files with 383 additions and 125 deletions.
4 changes: 2 additions & 2 deletions docs/source/docs/contributing/building-photon.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This section contains the build instructions from the source code available at [

**Node JS:**

The UI is written in Node JS. To compile the UI, Node 14.18.0 to Node 16.0.0 is required. To install Node JS follow the instructions for your platform [on the official Node JS website](https://nodejs.org/en/download/). However, modify this line
The UI is written in Node JS. To compile the UI, Node 18.20.4 to Node 20.0.0 is required. To install Node JS follow the instructions for your platform [on the official Node JS website](https://nodejs.org/en/download/). However, modify this line

```bash
nvm install 20
Expand All @@ -21,7 +21,7 @@ nvm install 20
so that it instead reads

```javascript
nvm install 14.18.0
nvm install 18.20.4
```

## Compiling Instructions
Expand Down
Loading

0 comments on commit c33fd83

Please sign in to comment.