diff --git a/action.yml b/action.yml index b83dbd7..bfdeccf 100644 --- a/action.yml +++ b/action.yml @@ -13,5 +13,5 @@ outputs: major-tag: description: 'The major version tag that has been updated (created). Examples: v1, 1' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'