From f37721fc92053b9fe06ce2ca06946452fd449f69 Mon Sep 17 00:00:00 2001
From: Ondrej Sika <ondrej@ondrejsika.com>
Date: Sat, 11 Jan 2025 10:57:38 +0100
Subject: [PATCH] chore(ondrej-sika.de/package.json): Set node version to 18.x

---
 packages/ondrej-sika.de/package.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/packages/ondrej-sika.de/package.json b/packages/ondrej-sika.de/package.json
index 2c0002be..ae7d941b 100644
--- a/packages/ondrej-sika.de/package.json
+++ b/packages/ondrej-sika.de/package.json
@@ -4,6 +4,9 @@
   "version": "0.0.0",
   "author": "Ondrej Sika",
   "author_email": "ondrej@ondrejsika.com",
+  "engines": {
+    "node": "18.x"
+  },
   "scripts": {
     "dev": "NODE_ENV=development next",
     "build": "next build",