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'