From 58bc42994cfe3560eff2df915856e2420c6fad78 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Fri, 22 Apr 2022 08:50:54 +0200 Subject: [PATCH] chore: Update Node target to v14 in CTH tsconfig.json --- test/deploy/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/deploy/tsconfig.json b/test/deploy/tsconfig.json index 644a348ac..6127c1df8 100644 --- a/test/deploy/tsconfig.json +++ b/test/deploy/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node12/tsconfig.json", + "extends": "@tsconfig/node14/tsconfig.json", "compilerOptions": { "declaration": true, "inlineSources": true,