From 7db67ef8247331f3c7bcced5ad7b6b30fc8a9ded Mon Sep 17 00:00:00 2001 From: Nipun Sharma <35862225+nipunsharma12@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:24:35 +0200 Subject: [PATCH] chore(deps): upgrade node to version 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8a7f695..8a040a1 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: 'node20' main: 'dist/index.js'