diff --git a/action.yml b/action.yml index 582d9df..1347ef4 100644 --- a/action.yml +++ b/action.yml @@ -60,5 +60,5 @@ outputs: stack-root: description: 'The path to the stack root (equal to the STACK_ROOT environment variable if it is set; otherwise an OS-specific default)' runs: - using: 'node20' + using: 'node16' main: 'dist/index.js'