From 58f778abd87905956c546916cfa30b7886ca114c Mon Sep 17 00:00:00 2001 From: Thomas Vitale Date: Sun, 19 Nov 2023 12:30:11 +0100 Subject: [PATCH] Upgrade Node 16 to Node 20 Fixes gh-22 Signed-off-by: Thomas Vitale --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8bd8811..c52f5c0 100644 --- a/action.yml +++ b/action.yml @@ -34,5 +34,5 @@ inputs: default: 'bom.xml' required: false runs: - using: 'node16' + using: 'node20' main: 'index.js'