From f3e71672710eb63f3121c9aaa3363d55145a12b7 Mon Sep 17 00:00:00 2001 From: wighawag Date: Sat, 11 May 2024 15:13:41 +0100 Subject: [PATCH] fix tsx issue --- .npmrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index fb8850e9f..b43ba5660 100644 --- a/.npmrc +++ b/.npmrc @@ -41,4 +41,6 @@ save-prefix='' # Most of the time, you want to use the rolling protocol for monorepos # https://pnpm.io/npmrc#save-workspace-protocol -save-workspace-protocol=rolling \ No newline at end of file +save-workspace-protocol=rolling + +use-node-version=18.18.0 \ No newline at end of file