From 954cdf8a65a3c61423a2cbdde534b2d3b726fa15 Mon Sep 17 00:00:00 2001 From: Alan Cooke Date: Fri, 2 Feb 2024 15:28:52 +0000 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'