diff --git a/action.yml b/action.yml index e29851a..7bcf2bf 100644 --- a/action.yml +++ b/action.yml @@ -14,3 +14,5 @@ inputs: runs: using: "node20" main: "dist/index.js" + env: + NODE_OPTIONS: "--enable-source-maps"