From 87e802257694a7bf76ff3f144832838a8fcd494c Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 10 Sep 2023 04:27:42 +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 c8d8d0c..dce4938 100644 --- a/action.yml +++ b/action.yml @@ -22,6 +22,6 @@ inputs: required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' post: 'dist/index.js'