From c4d110ac6e9a7dff36d2db68a1f7167e38b628cf Mon Sep 17 00:00:00 2001 From: Miguel Frias Date: Thu, 7 Dec 2023 19:13:46 -0800 Subject: [PATCH] Upgrade to node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 117018810..647636586 100644 --- a/action.yml +++ b/action.yml @@ -30,5 +30,5 @@ inputs: description: 'Verify the downloaded reporter''s checksum and GPG signature' default: 'true' runs: - using: 'node16' + using: 'node20' main: 'lib/main.js'