diff --git a/action.yml b/action.yml index f7c5428..d861e05 100644 --- a/action.yml +++ b/action.yml @@ -228,5 +228,5 @@ branding: ## Even though the Action logic may be implemented ## in PWSH, we still need a NodeJS entry point runs: - using: node12 + using: node16 main: _init/index.js