From bb4fb2d25e99a8ce007d0725749427f3bcb33b0d Mon Sep 17 00:00:00 2001 From: Tatyana Kostromskaya <32135588+takost@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:13:12 +0100 Subject: [PATCH] Update to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 94a583a..219bf78 100644 --- a/action.yml +++ b/action.yml @@ -24,5 +24,5 @@ inputs: Minimum 1 day. Maximum 90 days unless changed from the repository settings page. runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'