Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion election-ui-javascript/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
v22.18.0
4 changes: 2 additions & 2 deletions election-ui-javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Before your election we would like you to get a 'local' environment set up to ru
## Setup

Requires:
* node (18) - available from https://nodejs.org/en/download/
* npm (9.x) - will be installed with node 18, or see https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
* node (22) - available from https://nodejs.org/en/download/
* npm (10.x) - will be installed with node 22, or see https://docs.npmjs.com/downloading-and-installing-node-js-and-npm

```sh
# Install dependencies
Expand Down
Loading