diff --git a/action.yml b/action.yml index e2ff8e1..2fe0784 100644 --- a/action.yml +++ b/action.yml @@ -117,5 +117,8 @@ inputs: runs: using: "node20" + env: + UV_USE_IO_URING: 0 main: 'dist/index.js' - post: 'dist/index.js' \ No newline at end of file + post: 'dist/index.js' +