From d05b67f6923a3742c0c432d0bf15eca5e6721aa1 Mon Sep 17 00:00:00 2001 From: Gastli Oussama <37796504+Ga13Ou@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:20:37 +0200 Subject: [PATCH] fix: Bump act version to 0.2.61 (#79) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cce9470..bc2b7a1 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "nektos/act" ], "scripts": { - "postinstall": "node scripts/postinstall.js 0.2.48", + "postinstall": "node scripts/postinstall.js 0.2.61", "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",