From 293c47079cccc65a67d9e327c48ec00543fc5abe Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 11 Sep 2023 13:24:18 -0400 Subject: [PATCH] - bumps node version in actions.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 32f6403..7f69e47 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ outputs: description: 'Your output description here' runs: - using: node16 + using: node20 main: dist/index.js