tagging new version, switching to node 22

This commit is contained in:
Christian Kellner
2025-05-16 13:44:45 +02:00
parent b3c11320d4
commit 683c47f61c
2 changed files with 4 additions and 4 deletions

View File

@@ -22,10 +22,10 @@ If you want to try out _Fredy_, you can access the demo version [here](https://f
## Usage ## Usage
- Make sure to use Node.js 20 or above - Make sure to use Node.js 22 or above
- Run the following commands: - Run the following commands:
```ssh ```ssh
corepack enable (if you use node < 22) corepack enable
pnpm i pnpm i
pnpm prod pnpm prod
pnpm start pnpm start

View File

@@ -1,6 +1,6 @@
{ {
"name": "fredy", "name": "fredy",
"version": "11.3.0", "version": "12.0.0",
"description": "[F]ind [R]eal [E]states [d]amn eas[y].", "description": "[F]ind [R]eal [E]states [d]amn eas[y].",
"packageManager": "pnpm@9.1.0", "packageManager": "pnpm@9.1.0",
"scripts": { "scripts": {
@@ -41,7 +41,7 @@
}, },
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=20.0.0", "node": ">=22.0.0",
"pnpm": ">=9.0.0" "pnpm": ">=9.0.0"
}, },
"browserslist": [ "browserslist": [