chore: update node to 20

This commit is contained in:
braks
2024-05-12 18:06:56 +02:00
committed by Braks
parent f059ba2ce8
commit 880fc15017
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ there is no support for Vue 2, nor will there be any support in the future, sorr
### Prerequisites ### Prerequisites
- [Node.js v18+](https://nodejs.org/) - [Node.js v20+](https://nodejs.org/)
- [pnpm](https://pnpm.io/) - [pnpm](https://pnpm.io/)
```bash ```bash
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"engines": { "engines": {
"node": ">=18", "node": ">=20",
"pnpm": ">=9.0.0" "pnpm": ">=9.0.0"
}, },
"scripts": { "scripts": {