Skip to content

Commit

Permalink
update required node version to 22.x in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Mar 5, 2025
1 parent 8f43d90 commit 3fb093d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Please refer to our [Docker install instructions](docs/docker-compose.md) for in

#### Requirements

- [Node.js](https://nodejs.org/) version `18.20.2` or greater
- [Node.js](https://nodejs.org/) version `22.x` or greater

#### Installing dependencies
This step is necessary for cases where the app is deployed locally through `ng serve` or `ng build`. It can be skipped for installs using docker (above).
Expand Down
2 changes: 1 addition & 1 deletion docs/local-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Before running the application locally, ensure you have the following set up:
- [attack-workbench-frontend](https://github.com/center-for-threat-informed-defense/attack-workbench-frontend) repository
- [attack-workbench-rest-api](https://github.com/center-for-threat-informed-defense/attack-workbench-rest-api) repository alongside the frontend

2. Install [Node.js](https://nodejs.org/) v18 or greater
2. Install the [recommended version](../README.md#requirements) of [Node.js](https://nodejs.org/)

3. Install MongoDB

Expand Down

0 comments on commit 3fb093d

Please sign in to comment.