From e409b71d71aebf57c3979bb80b41792b2ed46830 Mon Sep 17 00:00:00 2001 From: vasy Date: Tue, 30 Jan 2024 18:13:06 +0200 Subject: [PATCH] chore: update to nodejs 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4c54ef5..ab38ff7 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ inputs: description: 'git command' required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' post: 'dist/cleanup.js' post-if: 'always()'