From e1b3a29b52ceadb8bbe5af79bd2f97ba36929cc2 Mon Sep 17 00:00:00 2001 From: Raj-StepSecurity Date: Tue, 21 Apr 2026 19:37:44 +0530 Subject: [PATCH] feat: added banner and update subscription check to make maintained actions free for public repos --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b873194..cbfbd65 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES2022", + "target": "ES2024", "module": "ESNext", "moduleResolution": "bundler", "rootDir": "./",