Skip to content

Commit

Permalink
docs: update node.js version in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
huynguyen-hl committed Jun 5, 2024
1 parent 3d40a6b commit a04fb89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ The vckit is built on top of the [Veramo](https://veramo.io/) agent framework. V

## Prerequisites

- [Node.js](https://nodejs.org/en/) version 20.12.2
- [pnpm](https://pnpm.io/) version 8.14.1
- [Node.js](https://nodejs.org/en/) version **21.7.3**
- [pnpm](https://pnpm.io/) version **8.14.1**

This project has been tested and optimized for Node.js version v18.17.0 and pnpm version 8.14.1. Please note that using a Node.js version later than v18.17.0 may result incorrect functionality and potential bugs. It is strongly recommended to use these specific versions for running and testing the project. Deviating from these versions may result in unforeseen compatibility issues or unexpected behavior.
This project has been tested and optimized for Node.js version **21.7.3** and pnpm version **8.14.1**. Please note that using a Node.js version later than v21.7.3 may result incorrect functionality and potential bugs. It is strongly recommended to use these specific versions for running and testing the project. Deviating from these versions may result in unforeseen compatibility issues or unexpected behavior.

## Installation and Setup

Expand Down

0 comments on commit a04fb89

Please sign in to comment.