From 80b65bd6161a9bc124b671cb2ac839af00b3a7a1 Mon Sep 17 00:00:00 2001 From: Fabio Napoleoni Date: Thu, 13 Oct 2022 21:15:20 +0200 Subject: [PATCH] Update to node 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5e9791ac..11701881 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: 'node12' + using: 'node16' main: 'lib/main.js'