From d4e759e03581b7152a93f201d02c6142357e0aec Mon Sep 17 00:00:00 2001 From: Marcelo Carlos Date: Wed, 31 Jan 2024 14:30:03 +0100 Subject: [PATCH] use node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 82a91c9..628183b 100644 --- a/action.yml +++ b/action.yml @@ -49,5 +49,5 @@ outputs: description: 'ID of the check created' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'