From 8fff9050dae2d81b38f94500d8b74ad1d1d47410 Mon Sep 17 00:00:00 2001 From: dev-hanz-ops <97662291+dev-hanz-ops@users.noreply.github.com> Date: Thu, 4 Apr 2024 09:54:50 +0200 Subject: [PATCH] update to node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a2d1c61..4d32a83 100644 --- a/action.yml +++ b/action.yml @@ -7,5 +7,5 @@ inputs: required: false default: '2.14.2' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'