From d531c42cd88064964f0e68ff2756f377a5194967 Mon Sep 17 00:00:00 2001 From: Kevin de Jong Date: Wed, 10 Apr 2024 13:50:29 +0200 Subject: [PATCH] fix: update action metadata to use node >=20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1869db6..631d4a1 100644 --- a/action.yml +++ b/action.yml @@ -67,5 +67,5 @@ outputs: description: 'JSON object containing the release information' runs: - using: 'node16' + using: 'node20' main: 'lib/main/index.js'