diff --git a/with-post-step/action.yml b/with-post-step/action.yml index 3c58f57..69c2a6e 100644 --- a/with-post-step/action.yml +++ b/with-post-step/action.yml @@ -37,6 +37,6 @@ inputs: default: POST runs: - using: 'node16' + using: 'node20' main: 'main.js' post: 'main.js'