Skip to content

Commit 7fbeada

Browse files
Marta KravchukMarta Kravchuk
authored andcommitted
modified: README.md
1 parent 2a75843 commit 7fbeada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ The configuration file for the workflow is located at `.github/workflows/ci.yml`
180180

181181
The pipeline consists of the following stages:
182182
1. **_Checkout code:_** retrieves the project code using `actions/checkout@v3`.
183-
2. **_Set up JDK 11:_** configures **Java 11** for running **Maven** tests using `actions/setup-java@v3`.
183+
2. **_Set up JDK 22:_** configures **Java 22** for running **Maven** tests using `actions/setup-java@v3`.
184184
3. **_Install Node.js:_** sets up **Node.js** version 18 for the **Express.js** API using `actions/setup-node@v3`.
185185
4. **_Install API dependencies:_** installs dependencies for the API server, including **express**, **body-parser**, and **wait-on**.
186186
5. **_Start API Server for bookstore:_** starts the **Express.js** API server in the background for testing.

0 commit comments

Comments
 (0)