From 857301cae500e75d1aeb8f987f94190f871980ab Mon Sep 17 00:00:00 2001 From: Dennis Alund Date: Wed, 2 Oct 2024 16:01:50 +0800 Subject: [PATCH] Setting node version in package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index d2da21df..2240cb57 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,9 @@ "lint:all:fix": "nx run-many --target=lint --all --fix" }, "private": true, + "engines": { + "node": "20" + }, "dependencies": { "@egoist/tailwindcss-icons": "^1.8.1", "@genkit-ai/ai": "^0.5.13",