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'