From 8283a04fefc7a5e5920c09bc2db53837c6ed2204 Mon Sep 17 00:00:00 2001 From: Greg Teixeira Date: Mon, 8 Apr 2024 06:26:56 -0300 Subject: [PATCH] chore: update to node 20 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 6456d7ce..e59a778f 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ # https://help.github.com/ja/articles/metadata-syntax-for-github-actions -name: Get Diff Action Node16 +name: Get Diff Action Node20 description: GitHub actions to get git diff. @@ -147,5 +147,5 @@ branding: color: 'orange' runs: - using: node16 + using: node20 main: lib/main.js