diff --git a/action.yml b/action.yml index 231a15b..8165ac0 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,5 @@ inputs: description: "Switch Xcode to the given version" required: true runs: - using: 'node16' + using: 'node20' main: 'main.js'