From 4f44c4e8426a688d7d1345e4eae027d0f57ad877 Mon Sep 17 00:00:00 2001 From: Lioman Date: Wed, 26 Oct 2022 16:55:37 +0200 Subject: [PATCH] Use 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'