From d29f60162d03c010b8604adc1d5b825c989a9acc Mon Sep 17 00:00:00 2001 From: Fiona Klute Date: Sun, 10 Mar 2024 10:53:19 +0100 Subject: [PATCH] Switch to Node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 803c2dc..7f21e3c 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Flake8 Annotator' author: 'Raphael Bialon' description: 'Annotate PRs with flake8 errors and warnings from Github checks output' runs: - using: 'node16' + using: 'node20' main: 'index.js' branding: icon: 'check-circle'