From 880fc15017d126bc3fb1af41bc686e7e3c46c85a Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 12 May 2024 17:48:32 +0200 Subject: [PATCH] chore: update node to 20 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index deffc393..4b15ec9b 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ there is no support for Vue 2, nor will there be any support in the future, sorr ### Prerequisites -- [Node.js v18+](https://nodejs.org/) +- [Node.js v20+](https://nodejs.org/) - [pnpm](https://pnpm.io/) ```bash diff --git a/package.json b/package.json index 3260ab1a..080f70cc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "engines": { - "node": ">=18", + "node": ">=20", "pnpm": ">=9.0.0" }, "scripts": {