From e92787338fcc6abc942ab79c3853d21dbce46470 Mon Sep 17 00:00:00 2001 From: Nam Hoang Date: Mon, 14 Aug 2023 09:58:34 +0700 Subject: [PATCH] docs: update instruction for node and pnpm version (#144) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What type of PR is this? (check all applicable) - [ ] 🍕 Feature - [ ] 🐛 Bug Fix - [x] 📝 Documentation Update - [ ] 🎨 Style - [ ] 🧑‍💻 Code Refactor - [ ] 🔥 Performance Improvements - [ ] ✅ Test - [ ] 🤖 Build - [ ] 🔁 CI - [ ] 📦 Chore (Release) - [ ] ⏩ Revert ## Description This PR update the node and pnpm version. ## Related Tickets & Documents https://github.com/uncefact/project-vckit/issues/143 ## Mobile & Desktop Screenshots/Recordings ## Added tests? - [ ] 👍 yes - [ ] 🙅 no, because they aren't needed - [ ] 🙋 no, because I need help ## Added to documentation? - [ ] 📜 README.md - [ ] 📓 [vc-kit doc site](https://uncefact.github.io/vckit/) - [ ] 📕 storybook - [ ] 🙅 no documentation needed ## [optional] Are there any post-deployment tasks we need to perform? Signed-off-by: Nam Hoang --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 521a39b8..e014e1b7 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ The vckit is built on top of the [Veramo](https://veramo.io/) agent framework. V ## Prerequisites -- [Node.js](https://nodejs.org/en/) version 16.x -- [pnpm](https://pnpm.io/) version 8.x +- [Node.js](https://nodejs.org/en/) version 18.x +- [pnpm](https://pnpm.io/) version 8.6.0 ## Installation and Setup