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');