diff --git a/action.yml b/action.yml index 32f6403..7f69e47 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ outputs: description: 'Your output description here' runs: - using: node16 + using: node20 main: dist/index.js