From 599815c8ee942a9616c92bcfb4f947a3b670ab0b Mon Sep 17 00:00:00 2001 From: KirillHouras <109601146+KirillHouras@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:47:48 +0300 Subject: [PATCH] Change node version from 16 to 20 (#19) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0e51b14..e2f7ddb 100644 --- a/action.yml +++ b/action.yml @@ -17,5 +17,5 @@ outputs: sha: description: 'shortened SHA' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'