From e4b824f001d7a5a367db3116dcae44cc29ef8934 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 9 Sep 2023 20:08:26 +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 005e142..ccee38e 100644 --- a/action.yml +++ b/action.yml @@ -28,5 +28,5 @@ inputs: required: true runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'