From 0ad70e2299366b0e1552c7240f4e4567148f723e Mon Sep 17 00:00:00 2001 From: Gaelle Fournier Date: Tue, 12 Mar 2024 09:27:01 +0100 Subject: [PATCH] chore: Update action to use node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index da7dc09..21b749b 100644 --- a/action.yml +++ b/action.yml @@ -36,6 +36,6 @@ inputs: disk: description: "For Mac OS only: Size of the disk in GiB to be allocated to the virtual machine (default: 60)" runs: - using: "node16" + using: "node20" main: "main.js" post: "cleanup.js"