From feafed35519226d086e062afe1560a9c7aebad68 Mon Sep 17 00:00:00 2001 From: jeffreyazevedo Date: Tue, 21 Feb 2023 15:17:05 -0800 Subject: [PATCH] PMGR-10732 Try bumping node version to 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8976395..f25a48a 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: description: Supply a URL to a XZip'd tarball containing the version of the SFDX CLI to install. If omitted or blank, it will install the "latest" CLI required: false runs: - using: 'node12' + using: 'node16' main: 'index.js' branding: icon: 'terminal'