diff --git a/action.yml b/action.yml index eddc86c..7011e54 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: description: Poetry version to use, if version is not provided then latest stable version will be used required: false runs: - using: node16 + using: node20 main: dist/index.js branding: icon: package