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"