Skip to content

Commit af4f608

Browse files
authored
Merge pull request #203 from github/copilot/update-node-version-to-node24
Use Node 24 runtime in action.yml
2 parents c93cb0b + 1e6c736 commit af4f608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ outputs:
5050
description: "The global ID of the selected option"
5151
value: ${{ steps.parse_project_metadata.outputs.option_id }}
5252
runs:
53-
using: 'node22'
53+
using: 'node24'
5454
main: 'dist/index.js'

0 commit comments

Comments
 (0)