Skip to content

Commit 497fc40

Browse files
authored
Merge pull request #335 from NationalSecurityAgency/update_versions
updated prerequisites
2 parents ca2db8f + c0bcb8c commit 497fc40

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/contribution/devEnv.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ We recommend developing SkillTree in a *nix environment.
55
## Prerequisites
66

77
- modern *nix environment
8-
- JDK 19+
9-
- [Git](https://git-scm.com/) version 2.34+
10-
- [Node.js](https://nodejs.org/en/) v20+ and [npm](https://www.npmjs.com/) 10+
8+
- JDK 24+
9+
- [Git](https://git-scm.com/) version 2.47+
10+
- [Node.js](https://nodejs.org/en/) v22+ and [npm](https://www.npmjs.com/) 10+
1111
- [Maven](https://maven.apache.org/) 3.9+
12-
- [PostgreSQL](https://www.postgresql.org/) 14+
12+
- [PostgreSQL](https://www.postgresql.org/) 17+
1313

1414
## Development Overview
1515

docs/dashboard/install-guide/quickStart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Please note that the integrating the SkillTree Client Library is **optional** an
1010
:::
1111

1212
## 1. Prerequisites
13-
- JDK 17+, we suggest <external-url label="Open JDK" url="https://openjdk.java.net/" />
13+
- JDK 24+, we suggest <external-url label="Open JDK" url="https://openjdk.java.net/" />
1414
- Please note that this is not relevant if you elect to go with the Docker based installation.
15-
- <external-url label="Git" url="https://git-scm.com/" /> version 2.23+
16-
- <external-url label="Node.js" url="https://nodejs.org/en/" /> v12+ and <external-url label="npm" url="https://www.npmjs.com/" /> 6+
17-
- <external-url label="PostgreSQL" url="https://www.postgresql.org/" /> 12+
15+
- <external-url label="Git" url="https://git-scm.com/" /> version 2.47+
16+
- <external-url label="Node.js" url="https://nodejs.org/en/" /> v22+ and <external-url label="npm" url="https://www.npmjs.com/" /> 10+
17+
- <external-url label="PostgreSQL" url="https://www.postgresql.org/" /> 17+
1818

1919
::: tip
2020
If a PosgtgreSQL database is not already available, one can easily be started using a docker container (see example below), or visit the official please documentation <external-url label="https://www.postgresql.org" url="https://www.postgresql.org" /> for other installation options.

0 commit comments

Comments
 (0)