From 24f6c6cdef67506a36a9cdc74ef4689e00dd2fd0 Mon Sep 17 00:00:00 2001 From: Dmytro Makukh Date: Mon, 18 Mar 2024 15:20:00 +0200 Subject: [PATCH] update node version from 16 to 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ec3dfd9..6439a10 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ inputs: required: false default: true runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' post: 'dist/cleanup.js' post-if: 'always()'