From 7347135018a2be85cf88b106f662a40d89b999cc Mon Sep 17 00:00:00 2001 From: Bruno Lopes <67985260+brunohlopes@users.noreply.github.com> Date: Wed, 12 Jun 2024 10:46:54 -0300 Subject: [PATCH] feat: bump to node 20 from 16 (#1) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8e0a605..2ac5c81 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Automatic pull request review' description: '👍 Github action to automate pull requests' author: 'Andrew Musgrave ' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'thumbs-up'