From ae825d1a44abd225832c5907d91c904298464fd5 Mon Sep 17 00:00:00 2001 From: Shubh Bapna <38372682+shubhbapna@users.noreply.github.com> Date: Tue, 11 Jul 2023 15:46:09 -0400 Subject: [PATCH] fix: upgrade act to 0.2.48 (#49) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53d82b3..dd9dd2c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "nektos/act" ], "scripts": { - "postinstall": "node scripts/postinstall.js 0.2.45", + "postinstall": "node scripts/postinstall.js 0.2.48", "build": "tsc && tsc-alias", "pretest:it": "npm run postinstall && mkdir -p bin && cp build/bin/* bin/", "test": "npm run test:unit && npm run test:it",