From 096c52762981a449a3d7e5415c86f746f64544bc Mon Sep 17 00:00:00 2001 From: hermes-explorigin Date: Sat, 5 Sep 2026 03:00:19 +0000 Subject: [PATCH] Fix deploy script: force CommonJS input type for node heredoc --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ed79c8da..87194217 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: echo "::error::WEBDAV_USER / WEBDAV_PASS secrets are not set on the exlim org." exit 1 fi - node - <<'NODE' + node --input-type=commonjs - <<'NODE' const { execSync } = require('child_process'); const fs = require('fs');