From c5cd339c1158a8b28bc99262bc2a2c45ec257014 Mon Sep 17 00:00:00 2001 From: Benjamin Altpeter Date: Tue, 23 Apr 2024 10:03:11 +0200 Subject: [PATCH] Require exactly Node 18 (#35) cf. tweaselORG/appstraction#132 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7060240..250145f 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "typescript": "^5.0.4" }, "engines": { - "node": ">=18.0.0" + "node": "~18" }, "oclif": { "bin": "tweasel",