From 13820abab22550eade7f547b31473ffe90516820 Mon Sep 17 00:00:00 2001 From: jacek-kupczyk-wenovate <110529613+jacek-kupczyk-wenovate@users.noreply.github.com> Date: Tue, 8 Aug 2023 11:02:54 +0200 Subject: [PATCH] Upgrade node12 to node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8a7f695..ecfac6e 100644 --- a/action.yml +++ b/action.yml @@ -31,5 +31,5 @@ inputs: description: 'Acceptable Values: TRUE, FALSE. If TRUE, Detect will trust the Black Duck certificate even if the certificate is not in the keystore.' default: 'TRUE' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'