From b7b3d591ca27357639c881b45e8a5ad9ba7f6694 Mon Sep 17 00:00:00 2001 From: Nick Sheck Date: Wed, 3 Jan 2024 11:38:38 -0800 Subject: [PATCH] chore(action.yml): node16 -> node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 37cccd0..2f90bd8 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: "Balto - Eslint" description: "Run eslint on your repo" runs: - using: node16 + using: node20 main: dist/index.js branding: icon: life-buoy