From 229f285522a5e46f3242fae475023fabeb0902e5 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 9 Sep 2023 20:26:32 +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 f3c173b..b01fade 100644 --- a/action.yml +++ b/action.yml @@ -63,5 +63,5 @@ inputs: required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'