From ce7ddeb69c6950f6fcfef0c7dfe96f218f9e8475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leif=20=C3=98deg=C3=A5rd=20Uhlen?= <126719+leifode@users.noreply.github.com> Date: Tue, 5 May 2026 11:42:25 +0200 Subject: [PATCH] fixing more issues cjs->esm --- src/windUpJob.task.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windUpJob.task.js b/src/windUpJob.task.js index 13a2828..3bbd7f9 100644 --- a/src/windUpJob.task.js +++ b/src/windUpJob.task.js @@ -1,5 +1,5 @@ import * as core from '@actions/core'; -import outputs from './outputs.json'; +import outputs from './outputs.json' with { type: 'json' }; /** * windUpJob