From bd5498c72b4f5a11ead7dfb0e8c307c577e4c454 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 10 Sep 2023 03:43:14 +0200 Subject: [PATCH] chore: node 20 as default runtime --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7eb90f4..c9e89a7 100644 --- a/action.yml +++ b/action.yml @@ -61,6 +61,6 @@ outputs: description: 'Email address associated with the GPG key' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' post: 'dist/index.js'