diff --git a/action.yml b/action.yml index d3b7cd9..bda65af 100644 --- a/action.yml +++ b/action.yml @@ -50,5 +50,5 @@ outputs: description: "The global ID of the selected option" value: ${{ steps.parse_project_metadata.outputs.option_id }} runs: - using: 'node22' + using: 'node24' main: 'dist/index.js'