From 303f24a24c67ce7adf565a07e96720faf126fe36 Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Wed, 3 Jan 2024 20:59:52 +0100 Subject: [PATCH] Update node runtime to v20 (#91) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8d8b5d8..1f460af 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: required: false default: "update" runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'cpu'