From 6ac35032b5e7d0b34b8dc6e58a96c51083db2b4b Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sat, 8 Oct 2022 23:18:57 +0200 Subject: [PATCH] docs: bump minimum node version to 14 --- README.md | 2 +- docs/src/guide/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c046cb2b..7608b146 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ there is no support for Vue 2, nor will there be any support in the future, sorr ### Prerequisites -- [Node.js v12+](https://nodejs.org/) +- [Node.js v14+](https://nodejs.org/) - [PnPm](https://pnpm.io/) diff --git a/docs/src/guide/getting-started.md b/docs/src/guide/getting-started.md index 89e85ee0..6c0528a6 100644 --- a/docs/src/guide/getting-started.md +++ b/docs/src/guide/getting-started.md @@ -2,7 +2,7 @@ ## Prerequisites -- [Node.js v12+](https://nodejs.org/) +- [Node.js v14+](https://nodejs.org/) - [Vue 3](https://vuejs.org/) ## Installation